mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 14:42:26 +00:00
OpenGL libs no longer required
svn-id: r13040
This commit is contained in:
parent
a263f2c64a
commit
3999a9d604
3
Makefile
3
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user