diff options
author | John-Mark Bell <jmb@netsurf-browser.org> | 2012-11-10 00:09:11 +0000 |
---|---|---|
committer | John-Mark Bell <jmb@netsurf-browser.org> | 2012-11-10 00:11:57 +0000 |
commit | 617d655c7bbcccd5168514c9d29e5b329eec63d4 (patch) | |
tree | f459e300779ff86740d9233c6a23ee19d2f7ea32 /gtk | |
parent | 4d58ed656248d975e0394fbfec66215a45e74dfa (diff) | |
download | netsurf-617d655c7bbcccd5168514c9d29e5b329eec63d4.tar.gz |
Remove libxml
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.target b/gtk/Makefile.target index 91ffb526e..1b2bef526 100644 --- a/gtk/Makefile.target +++ b/gtk/Makefile.target @@ -7,7 +7,7 @@ # GTK flag setup (using pkg-config) # ---------------------------------------------------------------------------- -LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl libdom libcss) +LDFLAGS += $(shell $(PKG_CONFIG) --libs libcurl libdom libcss) LDFLAGS += $(shell $(PKG_CONFIG) --libs openssl) # define additional CFLAGS and LDFLAGS requirements for pkg-configed libs here |