summaryrefslogtreecommitdiff
path: root/cocoa
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-12-13 16:31:05 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-12-13 16:31:05 +0000
commit45906b9dc2c87181f359289abc034f84b44947c4 (patch)
tree17fc5e04bb4b4c5d3a429d818a2cd052f17104de /cocoa
parent17e20537d4c6cdcb55f1ab68c950264c79ca69b2 (diff)
downloadnetsurf-45906b9dc2c87181f359289abc034f84b44947c4.tar.gz
netsurf-45906b9dc2c87181f359289abc034f84b44947c4.tar.bz2
make macro name more correct
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/Makefile.target8
1 files changed, 4 insertions, 4 deletions
diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target
index 27f3b08b9..d975a0c8f 100644
--- a/cocoa/Makefile.target
+++ b/cocoa/Makefile.target
@@ -53,10 +53,10 @@ endif
NETSURF_FEATURE_PNG_CFLAGS := -DWITH_PNG
NETSURF_FEATURE_NSSVG_CFLAGS := -DWITH_NS_SVG
- $(eval $(call pkg_config_find_and_add,BMP,libnsbmp,BMP))
- $(eval $(call pkg_config_find_and_add,GIF,libnsgif,GIF))
- $(eval $(call pkg_config_find_and_add,PNG,libpng,PNG))
- $(eval $(call pkg_config_find_and_add,NSSVG,libsvgtiny,SVG))
+ $(eval $(call pkg_config_find_and_add_enabled,BMP,libnsbmp,BMP))
+ $(eval $(call pkg_config_find_and_add_enabled,GIF,libnsgif,GIF))
+ $(eval $(call pkg_config_find_and_add_enabled,PNG,libpng,PNG))
+ $(eval $(call pkg_config_find_and_add_enabled,NSSVG,libsvgtiny,SVG))
$(eval $(call feature_enabled,IMAGEIO,-DWITH_APPLE_IMAGE,,Apple ImageIO ))
ifneq ($(UNIVERSAL),)