package/gcr: gobject-introspection needs xsltproc
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 24 Apr 2020 12:37:15 +0000 (14:37 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 28 Apr 2020 05:43:32 +0000 (07:43 +0200)
Build of gcr with gobject-introspection needs host-libxslt otherwise
build will fail on:

  XSLTPROC Gcr-3.gir
/bin/bash: xsltproc: command not found
Makefile:6878: recipe for target 'Gcr-3.gir' failed

Fixes:
 - http://autobuild.buildroot.org/results/c08efff174d4773074e6cf3374228b48e057917b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gcr/gcr.mk

index 56bfe1110a2ecbfa995e9db46dca8d9a98c2d5d4..97a0e22064ddbb88a821513621edd34c4e761ea4 100644 (file)
@@ -24,7 +24,7 @@ GCR_LICENSE = LGPL-2.1+
 GCR_LICENSE_FILES = COPYING
 
 ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
-GCR_DEPENDENCIES += gobject-introspection
+GCR_DEPENDENCIES += gobject-introspection host-libxslt
 GCR_CONF_OPTS += --with-introspection
 else
 GCR_CONF_OPTS += --without-introspection