summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-04-05 08:37:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-11 21:15:56 +0100
commitbe45c489aeb3aef554ec17404f40621ae9c180ad (patch)
tree3722f6c7731fedcd0aac10b3a83b15daffef41f5 /meta
parentc2c71b71fe2b3059237b4a356726d8cbfc596266 (diff)
downloadpoky-be45c489aeb3aef554ec17404f40621ae9c180ad.tar.gz
libdazzle: use gobject-introspection.bbclass on/off mechanism
(From OE-Core rev: 926cdbf7a7a07c8dfdfe3f3b66f32f8c1ea0dffa) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-gnome/libdazzle/libdazzle_3.30.2.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-gnome/libdazzle/libdazzle_3.30.2.bb b/meta/recipes-gnome/libdazzle/libdazzle_3.30.2.bb
index 3779b15af9..c112857f2c 100644
--- a/meta/recipes-gnome/libdazzle/libdazzle_3.30.2.bb
+++ b/meta/recipes-gnome/libdazzle/libdazzle_3.30.2.bb
@@ -11,10 +11,6 @@ SRC_URI += " file://0001-Add-a-define-so-that-gir-compilation-succeeds.patch"
11SRC_URI[archive.md5sum] = "24e2e1b914a34f5b8868a9507d1f3c4c" 11SRC_URI[archive.md5sum] = "24e2e1b914a34f5b8868a9507d1f3c4c"
12SRC_URI[archive.sha256sum] = "78770eae9fa15ac5acb9c733d29459330b2540affbf72933119e36dbd90b36d5" 12SRC_URI[archive.sha256sum] = "78770eae9fa15ac5acb9c733d29459330b2540affbf72933119e36dbd90b36d5"
13 13
14GI_ENABLE_FLAG = "-Dwith_introspection=true" 14GIR_MESON_OPTION = 'with_introspection'
15GI_DISABLE_FLAG = "-Dwith_introspection=false"
16 15
17ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 16ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
18
19EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '${GI_ENABLE_FLAG}', \
20 '${GI_DISABLE_FLAG}', d)} "