mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Change the default vid plugin from sw32 to glsl.
This commit is contained in:
parent
07c618492f
commit
ca978315fb
1 changed files with 2 additions and 2 deletions
|
@ -273,7 +273,7 @@ if test "x$static_plugins" = xauto; then
|
|||
fi
|
||||
fi
|
||||
if test "x$static_plugins" = xyes; then
|
||||
QF_PROCESS_NEED_STATIC_PLUGINS(vid_render, [gl glsl sw sw32])
|
||||
QF_PROCESS_NEED_STATIC_PLUGINS(vid_render, [sw sw32 gl glsl])
|
||||
QF_PROCESS_NEED_STATIC_PLUGINS(console, [server], [\$(top_builddir)/libs/console], [server])
|
||||
QF_PROCESS_NEED_STATIC_PLUGINS(console, [client], [\$(top_builddir)/libs/console], [client])
|
||||
|
||||
|
@ -288,7 +288,7 @@ if test "x$static_plugins" = xyes; then
|
|||
CDTYPE="$CDTYPE (static)"
|
||||
fi
|
||||
else
|
||||
QF_PROCESS_NEED_PLUGINS(vid_render, [gl glsl sw sw32])
|
||||
QF_PROCESS_NEED_PLUGINS(vid_render, [sw sw32 gl glsl])
|
||||
QF_PROCESS_NEED_PLUGINS(console, [server], [server])
|
||||
QF_PROCESS_NEED_PLUGINS(console, [client], [client])
|
||||
QF_PROCESS_NEED_PLUGINS(snd_output, [sdl mme sgi sun win dx oss alsa])
|
||||
|
|
Loading…
Reference in a new issue