mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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 <paul.gortmaker@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
fcc4940b7f
commit
56019364d3
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user