summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-04-09 22:16:59 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-04-09 22:16:59 +0100
commit873129e6dab4d67fa45cce83672fc05bf8dc917e (patch)
treebc861f36dffd14746944065282d2d8d0c867aa5a
parentd40a18519100d16e179249238ae9ceacf31465d2 (diff)
downloadtoolchains-873129e6dab4d67fa45cce83672fc05bf8dc917e.tar.gz
toolchains-873129e6dab4d67fa45cce83672fc05bf8dc917e.tar.bz2
Remove libxml2 from COMMON_SDK_ITEMS.
-rw-r--r--sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index e7af8bf..b19f71e 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -75,7 +75,7 @@ BUILDSTEPS := $(BUILDDIR)/build-steps
# Compute the SDK components
SDK_ITEMS :=
-COMMON_SDK_ITEMS := zlib.d libxml2.d openssl.d libpng.d libjpeg.d liblcms.d \
+COMMON_SDK_ITEMS := zlib.d openssl.d libpng.d libjpeg.d liblcms.d \
libmng.d libcares.d libcurl.d libexpat.d
LIBCURL_DISABLES := $(patsubst %,--disable-%,ftp file dict ldap telnet gopher tftp pop3 imap smtp manual)