From 2465fc4e6b8476fff1e081536e6145e4ce811ee5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 17 Apr 2015 22:48:55 +0100 Subject: move the mandantory library config for libcss and libdom to core makefile --- gtk/Makefile.target | 3 --- 1 file changed, 3 deletions(-) (limited to 'gtk') 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))) -- cgit v1.2.3