summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJed <jed.openxt@gmail.com>2018-12-17 13:08:23 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-16 23:11:10 +0000
commitb54e834832cc363941fdd205f104f033883984cd (patch)
tree68b456aa009a7e34c4939b5b4d9c693c6e21301e
parent9155e70299b3f8e25413a24ca3d1a60fe46f5c6f (diff)
downloadpoky-b54e834832cc363941fdd205f104f033883984cd.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. (From OE-Core rev: 3aead67fc219ab20617a2a0462cba550a08a4455) Signed-off-by: Jed <jed.openxt@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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
18REQUIRED_DISTRO_FEATURES = "x11" 18REQUIRED_DISTRO_FEATURES = "x11"
19 19
20EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \ 20EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \
21 -Ddbus_daemon=${bindir}" 21 -Ddbus_daemon=${bindir}/dbus-daemon"
22 22
23GTKDOC_ENABLE_FLAG = "-Denable_docs=true" 23GTKDOC_ENABLE_FLAG = "-Denable_docs=true"
24GTKDOC_DISABLE_FLAG = "-Denable_docs=false" 24GTKDOC_DISABLE_FLAG = "-Denable_docs=false"