aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOystein Eftevaag2009-05-10 22:15:33 +0000
committerOystein Eftevaag2009-05-10 22:15:33 +0000
commit6d56924bb1854ee9592c4223a4746a32038ade6d (patch)
tree45d4da7febdfa755cb3a29cee28a8a05d95804f7 /configure
parent665e472ef0bf9cd38c92ebe58975cbda74241a07 (diff)
downloadscummvm-rg350-6d56924bb1854ee9592c4223a4746a32038ade6d.tar.gz
scummvm-rg350-6d56924bb1854ee9592c4223a4746a32038ade6d.tar.bz2
scummvm-rg350-6d56924bb1854ee9592c4223a4746a32038ade6d.zip
iPhone fixes for compiling with the unofficial sdk
svn-id: r40440
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dad2331841..325a2698b4 100755
--- a/configure
+++ b/configure
@@ -1858,7 +1858,7 @@ case $_backend in
;;
iphone)
OBJCFLAGS="$OBJCFLAGS --std=c99"
- LIBS="$LIBS -lobjc -framework UIKit -framework CoreGraphics -framework CoreSurface -framework QuartzCore -framework GraphicsServices -framework CoreFoundation -framework Foundation -framework AudioToolbox -framework CoreAudio"
+ LIBS="$LIBS -lobjc -framework UIKit -framework CoreGraphics -framework OpenGLES -framework QuartzCore -framework GraphicsServices -framework CoreFoundation -framework Foundation -framework AudioToolbox -framework CoreAudio"
;;
dc)
INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -isystem $(ronindir)/include'