]> 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)
committerArmin Kuster <akuster808@gmail.com>
Tue, 10 Dec 2019 15:35:34 +0000 (07:35 -0800)
"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.28.0.bb

index 7975f58bad73ebd95b307bb5170b19fcd376eda0..0bdb1e37f345f90f0f880b47ff2b8944ceda0788 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"