aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJed <jed.openxt@gmail.com>2018-12-17 13:08:23 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-22 16:17:18 +0000
commit96615ccc603e2a9bb016cbbe5cd13240b1209231 (patch)
treeba7fb5b2cccd54a523e9a0a42054967c96c1fd1f
parentcd7cf933b3235560ec71576d8f3836dff736a39f (diff)
downloadopenembedded-core-contrib-96615ccc603e2a9bb016cbbe5cd13240b1209231.tar.gz
at-spi2: fix dbus-daemon path
"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>
-rw-r--r--meta/recipes-support/atk/at-spi2-core_2.28.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.28.0.bb b/meta/recipes-support/atk/at-spi2-core_2.28.0.bb
index 7975f58bad..0bdb1e37f3 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.28.0.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.28.0.bb
@@ -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"