OpenGL libs no longer required

svn-id: r13040
This commit is contained in:
Travis Howell 2004-02-25 04:32:42 +00:00
parent a263f2c64a
commit 3999a9d604
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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