summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2015-07-18 23:31:03 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2015-07-18 23:31:03 +0100
commit4e125c6e82444e5e4a08dbbe1a910551eb5b6f41 (patch)
tree698d93dbc58ce088e2e43029260503753c130736 /Makefile
parent3b9df4f79655f80acbb508f85181f795319801a9 (diff)
downloadnetsurf-4e125c6e82444e5e4a08dbbe1a910551eb5b6f41.tar.gz
netsurf-4e125c6e82444e5e4a08dbbe1a910551eb5b6f41.tar.bz2
REWORK: DODGY CRAP FOR VINCE
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ff36456e7..8399024e8 100644
--- a/Makefile
+++ b/Makefile
@@ -498,6 +498,7 @@ include Makefile.defaults
$(eval $(call feature_switch,JPEG,JPEG (libjpeg),-DWITH_JPEG,-ljpeg,-UWITH_JPEG,))
$(eval $(call feature_switch,HARU_PDF,PDF export (haru),-DWITH_PDF_EXPORT,-lhpdf -lpng,-UWITH_PDF_EXPORT,))
$(eval $(call feature_switch,LIBICONV_PLUG,glibc internal iconv,-DLIBICONV_PLUG,,-ULIBICONV_PLUG,-liconv))
+$(eval $(call feature_switch,DUKTAPE,Javascript (Duktape),,,,,))
# Common libraries with pkgconfig
$(eval $(call pkg_config_find_and_add,libcss,CSS))