mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
GRIM: enable opengl build for amigaos
This commit is contained in:
parent
8d10e73ace
commit
830e9ca765
9
configure
vendored
9
configure
vendored
@ -1443,7 +1443,6 @@ case $_host_os in
|
||||
# as (unsigned) long, and consequently we'd get a compiler error otherwise.
|
||||
type_4_byte='long'
|
||||
add_line_to_config_mk 'AMIGAOS = 1'
|
||||
_opengl=no
|
||||
;;
|
||||
android)
|
||||
case $_host in
|
||||
@ -2610,14 +2609,6 @@ echocheck "OpenGL"
|
||||
if test "$_opengl" = auto || test "$_opengl" = yes ; then
|
||||
_opengl=no
|
||||
|
||||
case $_host_os in
|
||||
amigaos*)
|
||||
OPENGL_CFLAGS="-DMINIGL"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
for i in "GL/gl.h" "OpenGL/gl.h" "GLES/gl.h"; do
|
||||
# Test the current header for OpenGL
|
||||
cat > $TMPC << EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user