From 5a408069c95674bc6e591d0f3a65d3d810746a0f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 22 Dec 2013 14:10:55 +0000 Subject: remove lcms dependancy as NetSurf does not directaly use it. The dependancy probbaly comes from our historical use of libmng, even then the libmng pkg-config should bring it in. --- gtk/Makefile.target | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk/Makefile.target') diff --git a/gtk/Makefile.target b/gtk/Makefile.target index ae67fd7f4..426c4affd 100644 --- a/gtk/Makefile.target +++ b/gtk/Makefile.target @@ -62,7 +62,6 @@ $(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))) $(eval $(call pkg_config_find_and_add,gthread-2.0,GThread2)) $(eval $(call pkg_config_find_and_add,gmodule-2.0,GModule2)) -$(eval $(call pkg_config_find_and_add,lcms,lcms)) CFLAGS += $(GTKCFLAGS) -- cgit v1.2.3