Fix non-static plugins.

This commit is contained in:
Bill Currie 2012-02-12 18:35:00 +09:00
parent 02d24189ef
commit 6f2fec8afe
1 changed files with 2 additions and 1 deletions

View File

@ -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])