mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix non-static plugins.
This commit is contained in:
parent
02d24189ef
commit
6f2fec8afe
1 changed files with 2 additions and 1 deletions
|
@ -397,7 +397,8 @@ if test "x$static_plugins" = xyes; then
|
||||||
CDTYPE="$CDTYPE (static)"
|
CDTYPE="$CDTYPE (static)"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
QF_PROCESS_NEED_PLUGINS(console, [client server])
|
QF_PROCESS_NEED_PLUGINS(console, [server], [server])
|
||||||
|
QF_PROCESS_NEED_PLUGINS(client, [client], [client])
|
||||||
QF_PROCESS_NEED_PLUGINS(snd_output, [sdl mme sgi sun win dx oss alsa])
|
QF_PROCESS_NEED_PLUGINS(snd_output, [sdl mme sgi sun win dx oss alsa])
|
||||||
QF_PROCESS_NEED_PLUGINS(snd_render, [jack default])
|
QF_PROCESS_NEED_PLUGINS(snd_render, [jack default])
|
||||||
QF_PROCESS_NEED_PLUGINS(cd, [xmms sdl sgi win linux file])
|
QF_PROCESS_NEED_PLUGINS(cd, [xmms sdl sgi win linux file])
|
||||||
|
|
Loading…
Reference in a new issue