aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-02-25 04:32:42 +0000
committerTravis Howell2004-02-25 04:32:42 +0000
commit3999a9d604e305be63cefcc166cb92936301e1af (patch)
tree0864ed8634e726b53eb077cc2d899d38b349057e
parenta263f2c64a02e6ebe16bce00206f93f2e65d9350 (diff)
downloadscummvm-rg350-3999a9d604e305be63cefcc166cb92936301e1af.tar.gz
scummvm-rg350-3999a9d604e305be63cefcc166cb92936301e1af.tar.bz2
scummvm-rg350-3999a9d604e305be63cefcc166cb92936301e1af.zip
OpenGL libs no longer required
svn-id: r13040
-rw-r--r--Makefile3
-rw-r--r--Makefile.noconf3
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 707a90f7e9..6889148c54 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,6 @@ scummvm-static: $(OBJS)
/sw/lib/libmpeg2.a \
-lz \
-framework Cocoa -framework Carbon -framework IOKit \
- -framework OpenGL -framework AGL -framework QuickTime \
- -framework AudioUnit -framework AudioToolbox
+ -framework QuickTime -framework AudioUnit -framework AudioToolbox
.PHONY: deb bundle test
diff --git a/Makefile.noconf b/Makefile.noconf
index 183548f000..26e9d3b3ad 100644
--- a/Makefile.noconf
+++ b/Makefile.noconf
@@ -117,7 +117,6 @@ scummvm-static: $(OBJS)
/sw/lib/libmad.a \
/sw/lib/libvorbisfile.a /sw/lib/libvorbis.a /sw/lib/libogg.a \
-framework Cocoa -framework Carbon -framework IOKit \
- -framework OpenGL -framework AGL -framework QuickTime \
- -framework AudioUnit -framework AudioToolbox
+ -framework QuickTime -framework AudioUnit -framework AudioToolbox
.PHONY: deb bundle