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-01-11 10:38:21 +0000
commitfa95b51b4c867fdb8011881097a0160d7d3e4e71 (patch)
tree248fb323337e49c5f4146a9dfb6d7e7779f3cf85
parentcd5013a94609ef2f3e0d621339e22e4137d649d3 (diff)
downloadopenembedded-core-contrib-fa95b51b4c867fdb8011881097a0160d7d3e4e71.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.30.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.30.0.bb b/meta/recipes-support/atk/at-spi2-core_2.30.0.bb
index 536431f7cd..d7ea9be87f 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.30.0.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.30.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"