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. --- monkey/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monkey/Makefile.target') diff --git a/monkey/Makefile.target b/monkey/Makefile.target index 6c60ca1c5..6bea07d46 100644 --- a/monkey/Makefile.target +++ b/monkey/Makefile.target @@ -47,7 +47,7 @@ MONKEYCFLAGS := -std=c99 -Dmonkey -Dnsmonkey \ $(shell $(PKG_CONFIG) --cflags openssl) \ $(shell xml2-config --cflags) -MONKEYLDFLAGS := -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms) +MONKEYLDFLAGS := -lm CFLAGS += $(MONKEYCFLAGS) -- cgit v1.2.3