summaryrefslogtreecommitdiff
path: root/openwrt/package/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-14 06:41:39 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-14 06:41:39 +0000
commitaf9c0143db0172d10cf1b748c13541bc5902c22b (patch)
tree7f78084ce927238dde025f46588198a817c5167e /openwrt/package/Makefile
parentfd742beb74ed96b8f0a87e6a20ca73e639a90fb9 (diff)
downloadmtk-20170518-af9c0143db0172d10cf1b748c13541bc5902c22b.zip
mtk-20170518-af9c0143db0172d10cf1b748c13541bc5902c22b.tar.gz
mtk-20170518-af9c0143db0172d10cf1b748c13541bc5902c22b.tar.bz2
add libxml2 package
SVN-Revision: 1657
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r--openwrt/package/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index fd06b9f..2c7bc28 100644
--- a/openwrt/package/Makefile
+++ b/openwrt/package/Makefile
@@ -72,6 +72,7 @@ package-$(BR2_PACKAGE_LIBPTHREAD) += libpthread
package-$(BR2_PACKAGE_LIBTASN1) += libtasn1
package-$(BR2_PACKAGE_LIBTOOL) += libtool
package-$(BR2_PACKAGE_LIBUSB) += libusb
+package-$(BR2_PACKAGE_LIBXML2) += libxml2
package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd
package-$(BR2_PACKAGE_LINUX_ATM) += linux-atm
package-$(BR2_PACKAGE_LUA) += lua
@@ -187,6 +188,7 @@ libgcrypt-compile: libgpg-error-compile
libgd-compile: libpng-compile
libnet-compile: libpcap-compile
libnids-compile: libnet-compile
+libxml2-compile: zlib-compile
lighttpd-compile: openssl-compile pcre-compile
mini_httpd-compile: matrixssl-compile
mysql-compile: ncurses-compile zlib-compile