diff options
| author | Max Horn | 2004-02-25 09:49:03 +0000 |
|---|---|---|
| committer | Max Horn | 2004-02-25 09:49:03 +0000 |
| commit | a3bdb31870a7810dd10600611aa962837df442ad (patch) | |
| tree | bcb0801b6616a4c0cc493d7d457d9f99909418e7 /Makefile | |
| parent | 60a26dc1f5db3e3be5c5bc3894eb9c4f55fc3fb0 (diff) | |
| download | scummvm-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
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
