summaryrefslogtreecommitdiff
path: root/monkey
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 /monkey
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 'monkey')
-rw-r--r--monkey/Makefile.target2
1 files changed, 1 insertions, 1 deletions
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)