aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-22 07:35:13 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-22 07:35:13 +0000
commit2ae605d0ff241ad0243488acd0a130a57a2ccb5f (patch)
tree382245611c5e2eb39bbd89a9cb5346ac160c59e2 /package/Makefile
parent46a35d1e31937ca09d2766c09e265c4678fad464 (diff)
downloadupstream-2ae605d0ff241ad0243488acd0a130a57a2ccb5f.tar.gz
upstream-2ae605d0ff241ad0243488acd0a130a57a2ccb5f.tar.bz2
upstream-2ae605d0ff241ad0243488acd0a130a57a2ccb5f.zip
add libxslt package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1720 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index e4b2be0c9b..199888673d 100644
--- a/package/Makefile
+++ b/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