From 3999a9d604e305be63cefcc166cb92936301e1af Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 25 Feb 2004 04:32:42 +0000 Subject: [PATCH] OpenGL libs no longer required svn-id: r13040 --- Makefile | 3 +-- Makefile.noconf | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 707a90f7e9a..6889148c545 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 183548f000e..26e9d3b3adf 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