summaryrefslogtreecommitdiff
path: root/cocoa/Makefile.target
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-03-07 16:47:39 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-03-07 16:47:39 +0000
commit721b73bc557e8e400ed5b02f23531064650ec105 (patch)
treec0680ab6ed021a351326926ada6c541a0aadbbad /cocoa/Makefile.target
parentfc6125f79adfa07dcd1316c70618a5baebc8da12 (diff)
downloadnetsurf-721b73bc557e8e400ed5b02f23531064650ec105.tar.gz
netsurf-721b73bc557e8e400ed5b02f23531064650ec105.tar.bz2
Using feature_enabled in Makefile.target to see if Apple ImageIO should be used.
svn path=/trunk/netsurf/; revision=11931
Diffstat (limited to 'cocoa/Makefile.target')
-rw-r--r--cocoa/Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target
index ee79b9c92..f45133438 100644
--- a/cocoa/Makefile.target
+++ b/cocoa/Makefile.target
@@ -43,6 +43,7 @@
$(eval $(call feature_enabled,GIF,-DWITH_GIF,-lnsgif,GIF (libnsgif)))
$(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG (libpng) ))
$(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG (libsvgtiny)))
+ $(eval $(call feature_enabled,IMAGEIO,-DWITH_APPLE_IMAGE,,Apple ImageIO ))
ifneq ($(UNIVERSAL),)
UNIVERSAL_FLAGS := $(foreach arch,$(UNIVERSAL),-arch $(arch) )