mirror of https://github.com/stella-emu/stella.git
Oops, forgot some configure stuff.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@958 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
b88d5ad3f6
commit
2c2b06226d
|
@ -778,7 +778,6 @@ case $_host_os in
|
|||
# Add OpenGL stuff
|
||||
if test "$_build_gl" = yes ; then
|
||||
DEFINES="$DEFINES -DDISPLAY_OPENGL"
|
||||
# LIBS="$LIBS -L$X_LIBS -lGL"
|
||||
fi
|
||||
;;
|
||||
win32)
|
||||
|
@ -790,7 +789,6 @@ case $_host_os in
|
|||
# Add OpenGL stuff
|
||||
if test "$_build_gl" = yes ; then
|
||||
DEFINES="$DEFINES -DDISPLAY_OPENGL -DTEXTURES_ARE_LOST"
|
||||
LIBS="$LIBS -lopengl32"
|
||||
fi
|
||||
;;
|
||||
psp)
|
||||
|
|
Loading…
Reference in New Issue