summaryrefslogtreecommitdiff
path: root/gtk/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2013-12-22 14:10:55 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-04 16:13:10 +0000
commit5a408069c95674bc6e591d0f3a65d3d810746a0f (patch)
treed9debe1ae653d266978a287ec6397c03d7430492 /gtk/Makefile.target
parentc239a98dd9b93f32418bd8636dd1051cb8a02c36 (diff)
downloadnetsurf-5a408069c95674bc6e591d0f3a65d3d810746a0f.tar.gz
netsurf-5a408069c95674bc6e591d0f3a65d3d810746a0f.tar.bz2
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.
Diffstat (limited to 'gtk/Makefile.target')
-rw-r--r--gtk/Makefile.target1
1 files changed, 0 insertions, 1 deletions
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)