summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/at-spi2-core_2.30.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/atk/at-spi2-core_2.30.0.bb')
-rw-r--r--meta/recipes-support/atk/at-spi2-core_2.30.0.bb6
1 files changed, 1 insertions, 5 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 36e8a9ef48..cfe0ddeef2 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
@@ -22,11 +22,7 @@ inherit meson gtk-doc gettext systemd pkgconfig upstream-version-is-even gobject
22EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \ 22EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \
23 -Ddbus_daemon=${bindir}/dbus-daemon" 23 -Ddbus_daemon=${bindir}/dbus-daemon"
24 24
25GTKDOC_ENABLE_FLAG = "-Denable_docs=true" 25GTKDOC_MESON_OPTION = "enable_docs"
26GTKDOC_DISABLE_FLAG = "-Denable_docs=false"
27
28EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GTKDOC_ENABLED', 'True', '${GTKDOC_ENABLE_FLAG}', \
29 '${GTKDOC_DISABLE_FLAG}', d)} "
30 26
31GIR_MESON_OPTION = 'enable-introspection' 27GIR_MESON_OPTION = 'enable-introspection'
32GIR_MESON_ENABLE_FLAG = 'yes' 28GIR_MESON_ENABLE_FLAG = 'yes'