summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-17 22:48:55 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-17 22:48:55 +0100
commit2465fc4e6b8476fff1e081536e6145e4ce811ee5 (patch)
tree054c8de4be021563d32feb33eb5fb02a58e03d43 /Makefile
parent89a3f250d257b1f4ae018e2057377243d98226e1 (diff)
downloadnetsurf-2465fc4e6b8476fff1e081536e6145e4ce811ee5.tar.gz
netsurf-2465fc4e6b8476fff1e081536e6145e4ce811ee5.tar.bz2
move the mandantory library config for libcss and libdom to core makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 077d1944c..107e61cf8 100644
--- a/Makefile
+++ b/Makefile
@@ -498,8 +498,10 @@ $(eval $(call feature_switch,HARU_PDF,PDF export (haru),-DWITH_PDF_EXPORT,-lhpdf
$(eval $(call feature_switch,LIBICONV_PLUG,glibc internal iconv,-DLIBICONV_PLUG,,-ULIBICONV_PLUG,-liconv))
# Common libraries with pkgconfig
-$(eval $(call pkg_config_find_and_add,libutf8proc,utf8proc))
+$(eval $(call pkg_config_find_and_add,libcss,CSS))
+$(eval $(call pkg_config_find_and_add,libdom,DOM))
$(eval $(call pkg_config_find_and_add,libnsutils,nsutils))
+$(eval $(call pkg_config_find_and_add,libutf8proc,utf8proc))
# Common libraries without pkg-config support
LDFLAGS += -lz