diff options
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.14.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.14.1.bb b/meta/recipes-support/atk/at-spi2-core_2.14.1.bb index 586516604a..8d01124d01 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.14.1.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.14.1.bb | |||
@@ -13,6 +13,6 @@ DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" | |||
13 | 13 | ||
14 | inherit autotools gtk-doc pkgconfig | 14 | inherit autotools gtk-doc pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-introspection --disable-xevie" | 16 | EXTRA_OECONF = "--disable-introspection --disable-xevie --with-dbus-daemondir=${bindir}" |
17 | 17 | ||
18 | FILES_${PN} += "${datadir}/dbus-1/services/*.service" | 18 | FILES_${PN} += "${datadir}/dbus-1/services/*.service" |