summaryrefslogtreecommitdiff
path: root/gtk/Makefile.target
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 /gtk/Makefile.target
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 'gtk/Makefile.target')
-rw-r--r--gtk/Makefile.target3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/Makefile.target b/gtk/Makefile.target
index 904c4d58a..d03f4f94d 100644
--- a/gtk/Makefile.target
+++ b/gtk/Makefile.target
@@ -61,9 +61,6 @@ GTKCFLAGS := -std=c99 -Dgtk -Dnsgtk -g \
-DGTK_RESPATH=\"$(NETSURF_GTK_RESOURCES)\"
# non optional pkg-configed libs
-$(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,libhubbub,Hubbub))
$(eval $(call pkg_config_find_and_add,openssl,OpenSSL))
$(eval $(call pkg_config_find_and_add,libcurl,Curl ))
$(eval $(call pkg_config_find_and_add,gtk+-$(NETSURF_GTK_MAJOR).0,GTK-$(NETSURF_GTK_MAJOR)))