diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-08-22 07:35:13 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-08-22 07:35:13 +0000 |
| commit | e687e9e9c7e9a4d164186110cff86424cc865fa4 (patch) | |
| tree | e3ff68b4ea48f3d91150c057399d2c1d4bce13fc /openwrt/package/Makefile | |
| parent | 78a3bc69d8ced21c04ce7b185099bd9d541a394f (diff) | |
| download | mtk-20170518-e687e9e9c7e9a4d164186110cff86424cc865fa4.zip mtk-20170518-e687e9e9c7e9a4d164186110cff86424cc865fa4.tar.gz mtk-20170518-e687e9e9c7e9a4d164186110cff86424cc865fa4.tar.bz2 | |
add libxslt package
SVN-Revision: 1720
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index e4b2be0..1998886 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -74,6 +74,7 @@ package-$(BR2_PACKAGE_LIBTASN1) += libtasn1 package-$(BR2_PACKAGE_LIBTOOL) += libtool package-$(BR2_PACKAGE_LIBUSB) += libusb package-$(BR2_PACKAGE_LIBXML2) += libxml2 +package-$(BR2_PACKAGE_LIBXSLT) += libxslt package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd package-$(BR2_PACKAGE_LINUX_ATM) += linux-atm package-$(BR2_PACKAGE_LUA) += lua @@ -193,6 +194,7 @@ libgd-compile: libpng-compile libnet-compile: libpcap-compile libnids-compile: libnet-compile libxml2-compile: zlib-compile +libxslt-compile: libxml2-compile lighttpd-compile: openssl-compile pcre-compile mini_httpd-compile: matrixssl-compile mysql-compile: ncurses-compile zlib-compile |
