libxslt: point to the correct xml2-config location
Currently libxslt configure finds native /usr/bin/xml2-config.
Signed-off-by: Ferdinand van Aartsen <ferdinand@ombud.nl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit f8f8ff3347
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
951961823b
commit
a89f2b1f5f
@ -13,7 +13,8 @@ LIBXSLT_LICENSE_FILES = COPYING
|
||||
LIBXSLT_CONF_OPTS = \
|
||||
--with-gnu-ld \
|
||||
--without-debug \
|
||||
--without-python
|
||||
--without-python \
|
||||
--with-libxml-prefix=$(STAGING_DIR)/usr
|
||||
LIBXSLT_CONFIG_SCRIPTS = xslt-config
|
||||
LIBXSLT_DEPENDENCIES = host-pkgconf libxml2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user