libxslt: fix dependency on libxml

[Peter: fix indentation]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Lionel Landwerlin 2010-01-27 02:09:02 +01:00 committed by Peter Korsgaard
parent fe6e67ba96
commit b732fe6db6
3 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
Updated/fixed packages: at, autoconf, bash, bind, binutils, bootutils, Updated/fixed packages: at, autoconf, bash, bind, binutils, bootutils,
busybox, directfb, dnsmasq, e2fsprogs, gstreamer, gperf, busybox, directfb, dnsmasq, e2fsprogs, gstreamer, gperf,
gst-plugins-bad, gvfs, flex, hal, iptables, iw, jpeg, kismet, libfuse, gst-plugins-bad, gvfs, flex, hal, iptables, iw, jpeg, kismet, libfuse,
libglib2, libpcap, libungif, libxml2, lighttpd, mesa, mpg123, libglib2, libpcap, libungif, libxml2, libxslt, lighttpd, mesa, mpg123,
mtd-utils, neon, netstat-nat, openvpn, pcre, qt, readline, rpm, mtd-utils, neon, netstat-nat, openvpn, pcre, qt, readline, rpm,
sawman, sdl, sdl_ttf, ser2net, sqlite, sshfs, tremor, u-boot, sawman, sdl, sdl_ttf, ser2net, sqlite, sshfs, tremor, u-boot,
usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_LIBXSLT config BR2_PACKAGE_LIBXSLT
bool "libxslt" bool "libxslt"
select BR2_PACKAGE_LIBXML2
help help
Install the xslt library which is used Install the xslt library which is used
to transform XML files to other XML files. to transform XML files to other XML files.

View File

@ -23,7 +23,7 @@ LIBXSLT_CONF_OPT = --with-gnu-ld --enable-shared \
--without-threads \ --without-threads \
--with-libxml-prefix=$(STAGING_DIR)/usr/ --with-libxml-prefix=$(STAGING_DIR)/usr/
LIBXSLT_DEPENDENCIES = $(LIBXSLT_DEPENDENCIES_EXTRA) LIBXSLT_DEPENDENCIES = libxml2 $(LIBXSLT_DEPENDENCIES_EXTRA)
$(eval $(call AUTOTARGETS,package,libxslt)) $(eval $(call AUTOTARGETS,package,libxslt))