diff options
Diffstat (limited to 'meta/recipes-support/atk')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.30.0.bb | 6 | ||||
-rw-r--r-- | meta/recipes-support/atk/atk_2.30.0.bb | 6 |
2 files changed, 1 insertions, 11 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 | |||
22 | EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \ | 22 | EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \ |
23 | -Ddbus_daemon=${bindir}/dbus-daemon" | 23 | -Ddbus_daemon=${bindir}/dbus-daemon" |
24 | 24 | ||
25 | GTKDOC_ENABLE_FLAG = "-Denable_docs=true" | 25 | GTKDOC_MESON_OPTION = "enable_docs" |
26 | GTKDOC_DISABLE_FLAG = "-Denable_docs=false" | ||
27 | |||
28 | EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GTKDOC_ENABLED', 'True', '${GTKDOC_ENABLE_FLAG}', \ | ||
29 | '${GTKDOC_DISABLE_FLAG}', d)} " | ||
30 | 26 | ||
31 | GIR_MESON_OPTION = 'enable-introspection' | 27 | GIR_MESON_OPTION = 'enable-introspection' |
32 | GIR_MESON_ENABLE_FLAG = 'yes' | 28 | GIR_MESON_ENABLE_FLAG = 'yes' |
diff --git a/meta/recipes-support/atk/atk_2.30.0.bb b/meta/recipes-support/atk/atk_2.30.0.bb index 84fdb1510a..4e22b3f811 100644 --- a/meta/recipes-support/atk/atk_2.30.0.bb +++ b/meta/recipes-support/atk/atk_2.30.0.bb | |||
@@ -14,12 +14,6 @@ DEPENDS = "gettext-native glib-2.0" | |||
14 | GNOMEBASEBUILDCLASS = "meson" | 14 | GNOMEBASEBUILDCLASS = "meson" |
15 | inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection | 15 | inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection |
16 | 16 | ||
17 | GTKDOC_ENABLE_FLAG = "-Ddocs=true" | ||
18 | GTKDOC_DISABLE_FLAG = "-Ddocs=false" | ||
19 | |||
20 | EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GTKDOC_ENABLED', 'True', '${GTKDOC_ENABLE_FLAG}', \ | ||
21 | '${GTKDOC_DISABLE_FLAG}', d)} " | ||
22 | |||
23 | SRC_URI_append = " \ | 17 | SRC_URI_append = " \ |
24 | file://0001-meson.build-enable-introspection-for-cross-compile.patch \ | 18 | file://0001-meson.build-enable-introspection-for-cross-compile.patch \ |
25 | file://0001-Switch-from-filename-to-basename.patch \ | 19 | file://0001-Switch-from-filename-to-basename.patch \ |