aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJed <jed.openxt@gmail.com>2018-12-17 13:08:23 -0500
committerArmin Kuster <akuster808@gmail.com>2019-12-10 07:35:34 -0800
commit3aead67fc219ab20617a2a0462cba550a08a4455 (patch)
treeba7fb5b2cccd54a523e9a0a42054967c96c1fd1f
parentcd7cf933b3235560ec71576d8f3836dff736a39f (diff)
downloadopenembedded-core-3aead67fc219ab20617a2a0462cba550a08a4455.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"