summaryrefslogtreecommitdiff
path: root/riscos
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 /riscos
parent17e20537d4c6cdcb55f1ab68c950264c79ca69b2 (diff)
downloadnetsurf-45906b9dc2c87181f359289abc034f84b44947c4.tar.gz
netsurf-45906b9dc2c87181f359289abc034f84b44947c4.tar.bz2
make macro name more correct
Diffstat (limited to 'riscos')
-rw-r--r--riscos/Makefile.target10
1 files changed, 5 insertions, 5 deletions
diff --git a/riscos/Makefile.target b/riscos/Makefile.target
index bc09b7fc4..e7370e7ee 100644
--- a/riscos/Makefile.target
+++ b/riscos/Makefile.target
@@ -30,11 +30,11 @@ else
NETSURF_FEATURE_PNG_CFLAGS := -DWITH_PNG
NETSURF_FEATURE_JS_CFLAGS := -DWITH_JS -DJS_HAS_FILE_OBJECT=0
NETSURF_FEATURE_MOZJS_CFLAGS := -DWITH_MOZJS -DJS_HAS_FILE_OBJECT=0
- $(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,MOZJS,mozjs185,JavaScript))
- $(eval $(call pkg_config_find_and_add,JS,mozilla-js,JavaScript))
+ $(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,MOZJS,mozjs185,JavaScript))
+ $(eval $(call pkg_config_find_and_add_enabled,JS,mozilla-js,JavaScript))
endif
TPD_RISCOS = $(foreach TPL,$(notdir $(TPL_RISCOS)), \