From 2e2dbb4c16dcdc8b1d51a3d5a46d766e395d1840 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 5 Apr 2019 08:37:31 +0200 Subject: pango: use gobject-introspection.bbclass on/off mechanism MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Richard Purdie --- meta/recipes-graphics/pango/pango_1.42.4.bb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/meta/recipes-graphics/pango/pango_1.42.4.bb b/meta/recipes-graphics/pango/pango_1.42.4.bb index d3357f82de..f3be9f44e1 100644 --- a/meta/recipes-graphics/pango/pango_1.42.4.bb +++ b/meta/recipes-graphics/pango/pango_1.42.4.bb @@ -28,17 +28,9 @@ PACKAGECONFIG[x11] = ",,virtual/libx11 libxft" GTKDOC_ENABLE_FLAG = "-Denable_docs=true" GTKDOC_DISABLE_FLAG = "-Denable_docs=false" - -GI_ENABLE_FLAG = "-Dgir=true" -GI_DISABLE_FLAG = "-Dgir=false" - -EXTRA_OEMESON_append_class-nativesdk = " ${GI_DISABLE_FLAG}" - -EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '${GI_ENABLE_FLAG}', \ - '${GI_DISABLE_FLAG}', d)} " - EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GTKDOC_ENABLED', 'True', '${GTKDOC_ENABLE_FLAG}', \ '${GTKDOC_DISABLE_FLAG}', d)} " +GIR_MESON_OPTION = 'gir' LEAD_SONAME = "libpango-1.0*" LIBV = "1.8.0" -- cgit 1.2.3-korg