mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
Fix non-static console plugins.
Bah, fiddly stuff.
This commit is contained in:
parent
d8a37bc791
commit
f389715730
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ if test "x$static_plugins" = xyes; then
|
|||
fi
|
||||
else
|
||||
QF_PROCESS_NEED_PLUGINS(console, [server], [server])
|
||||
QF_PROCESS_NEED_PLUGINS(client, [client], [client])
|
||||
QF_PROCESS_NEED_PLUGINS(console, [client], [client])
|
||||
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(cd, [xmms sdl sgi win linux file])
|
||||
|
|
Loading…
Reference in a new issue