diff options
| author | Adrian Bunk <bunk@stusta.de> | 2020-08-08 15:53:51 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-08 09:50:38 -0700 |
| commit | c9312d863b3b59630f778a7a966c16771e439aa6 (patch) | |
| tree | 947648b2044a5d511f90c84667be2d8ec20feced /meta-oe/recipes-gnome | |
| parent | 630c9f2d6535ecfc2a2d710658b767822c5425ab (diff) | |
| download | meta-openembedded-c9312d863b3b59630f778a7a966c16771e439aa6.tar.gz | |
libpeas: gobject-introspection is mandatory and cannot be configured
../libpeas-1.26.0/tests/libpeas/introspection/meson.build:47:0: ERROR: Unknown variable "libpeas_gir".
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
| -rw-r--r-- | meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb index 8817510083..1b754343a1 100644 --- a/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb +++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb | |||
| @@ -10,6 +10,10 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
| 10 | 10 | ||
| 11 | inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache features_check | 11 | inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache features_check |
| 12 | 12 | ||
| 13 | # gobject-introspection is mandatory and cannot be configured | ||
| 14 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | ||
| 15 | UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection" | ||
| 16 | |||
| 13 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 17 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 14 | 18 | ||
| 15 | SRC_URI += " \ | 19 | SRC_URI += " \ |
