aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-02-25 09:49:03 +0000
committerMax Horn2004-02-25 09:49:03 +0000
commita3bdb31870a7810dd10600611aa962837df442ad (patch)
treebcb0801b6616a4c0cc493d7d457d9f99909418e7
parent60a26dc1f5db3e3be5c5bc3894eb9c4f55fc3fb0 (diff)
downloadscummvm-rg350-a3bdb31870a7810dd10600611aa962837df442ad.tar.gz
scummvm-rg350-a3bdb31870a7810dd10600611aa962837df442ad.tar.bz2
scummvm-rg350-a3bdb31870a7810dd10600611aa962837df442ad.zip
OpenGL *is* needed for the OSX static target, because SDL always links against it
svn-id: r13044
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6889148c54..707a90f7e9 100644
--- a/Makefile
+++ b/Makefile
@@ -103,6 +103,7 @@ scummvm-static: $(OBJS)
/sw/lib/libmpeg2.a \
-lz \
-framework Cocoa -framework Carbon -framework IOKit \
- -framework QuickTime -framework AudioUnit -framework AudioToolbox
+ -framework OpenGL -framework AGL -framework QuickTime \
+ -framework AudioUnit -framework AudioToolbox
.PHONY: deb bundle test