From 56019364d35486cc33401626dfa5d0d17f6ea6e5 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Tue, 24 Jan 2017 12:11:30 -0500 Subject: xfce: add dbus-glib-native to DEPENDS to fix do_configure Now with the shared sysroot gone, an implicit dependency shows up as: | checking for dbus-binding-tool... no | configure: error: could not find dbus-binding-tool in $PATH. You can run | ./configure DBUS_BINDING_TOOL=/path/to/dbus-binding-tool to define | a custom location for it. | ERROR: Function failed: do_configure (log file is located at /home/paul/poky/build/tmp/work/core2-64-overc-linux/xfdesktop/4.12.3-r0/temp/log.do_configure.9339) ERROR: Task (/home/paul/poky/meta-openembedded/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb:do_configure) failed with exit code '1' Signed-off-by: Paul Gortmaker Signed-off-by: Martin Jansa --- meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xfce/recipes-xfce') diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb index e951343997..daecf828ea 100644 --- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb +++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb @@ -2,7 +2,7 @@ SUMMARY = "Xfce4 Desktop Manager" SECTION = "x11/base" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "glib-2.0 gtk+ libxfce4util libxfce4ui libwnck xfconf dbus-glib thunar garcon exo" +DEPENDS = "glib-2.0 gtk+ libxfce4util libxfce4ui libwnck xfconf dbus-glib dbus-glib-native thunar garcon exo" inherit xfce distro_features_check -- cgit 1.2.3-korg