]> code.ossystems Code Review - openembedded-core.git/commitdiff
at-spi2: fix dbus-daemon path
authorJed <jed.openxt@gmail.com>
Mon, 17 Dec 2018 18:08:23 +0000 (13:08 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Jan 2019 10:38:21 +0000 (10:38 +0000)
"dbus_daemon" is supposed to be set to the full dbus-daemon file
path, not just its directory.

Signed-off-by: Jed <jed.openxt@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/atk/at-spi2-core_2.30.0.bb

index 536431f7cd557ebfa371fe7813956e89f95e35c3..d7ea9be87fe69a8756873277adecd3e52abce8f7 100644 (file)
@@ -18,7 +18,7 @@ inherit meson gtk-doc gettext systemd pkgconfig distro_features_check upstream-v
 REQUIRED_DISTRO_FEATURES = "x11"
 
 EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \
-                  -Ddbus_daemon=${bindir}"
+                  -Ddbus_daemon=${bindir}/dbus-daemon"
 
 GTKDOC_ENABLE_FLAG = "-Denable_docs=true"
 GTKDOC_DISABLE_FLAG = "-Denable_docs=false"