aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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