diff options
Diffstat (limited to 'meta/recipes-support/atk/atk_2.30.0.bb')
-rw-r--r-- | meta/recipes-support/atk/atk_2.30.0.bb | 6 |
1 files changed, 0 insertions, 6 deletions
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 \ |