diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-04-24 13:26:09 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-25 00:05:20 +0100 |
| commit | 07d29e7cec4e03ef1063f29d03aaf54cdc331489 (patch) | |
| tree | c6b2b2dcb524840abfd923695269869559f72a11 /meta/recipes-graphics/clutter | |
| parent | 8833afc0e05445978d942cfdc67f5c805dec9415 (diff) | |
| download | poky-07d29e7cec4e03ef1063f29d03aaf54cdc331489.tar.gz | |
gtk-doc.bbclass: unify option setting for meson-based recipes
This is done similarly to gobject-introspection work by Andreas Müller,
and allows dropping duplicate clutter from the recipes.
(From OE-Core rev: ff578f4451a0a199202e576b647840910b4d3f59)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter')
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-gtk-1.0.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gtk-1.0.inc b/meta/recipes-graphics/clutter/clutter-gtk-1.0.inc index 5f7daf8124..11826a6f0c 100644 --- a/meta/recipes-graphics/clutter/clutter-gtk-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-gtk-1.0.inc | |||
| @@ -13,10 +13,6 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | |||
| 13 | DEPENDS = "clutter-1.0 gtk+3" | 13 | DEPENDS = "clutter-1.0 gtk+3" |
| 14 | PACKAGES =+ "${PN}-examples" | 14 | PACKAGES =+ "${PN}-examples" |
| 15 | 15 | ||
| 16 | GTKDOC_ENABLE_FLAG = "-Denable_docs=true" | 16 | GTKDOC_MESON_OPTION = "enable_docs" |
| 17 | GTKDOC_DISABLE_FLAG = "-Denable_docs=false" | ||
| 18 | |||
| 19 | EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GTKDOC_ENABLED', 'True', '${GTKDOC_ENABLE_FLAG}', \ | ||
| 20 | '${GTKDOC_DISABLE_FLAG}', d)} " | ||
| 21 | 17 | ||
| 22 | GIR_MESON_OPTION = 'enable_gi' | 18 | GIR_MESON_OPTION = 'enable_gi' |
