summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-11-01 12:49:12 +0100
committerKhem Raj <raj.khem@gmail.com>2021-11-03 06:57:48 -0700
commitf3fe8dc93b3cbf628583acf9ca6d4924099f2614 (patch)
treec298837df7fc5a45586da6db2c826dfdaa4c3678
parentaf2de3033d871eba2c19d424b794dd1638ab7e0d (diff)
downloadmeta-openembedded-f3fe8dc93b3cbf628583acf9ca6d4924099f2614.tar.gz
graphene: extend to native and nativesdk
Upcoming gtk4 supports native / nativesdk and it depends on graphene Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb b/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb
index 3a95a8f45c..68e7812ca1 100644
--- a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb
+++ b/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb
@@ -21,3 +21,5 @@ GTKDOC_MESON_OPTION = "gtk_doc"
21EXTRA_OEMESON = "-Dinstalled_tests=false" 21EXTRA_OEMESON = "-Dinstalled_tests=false"
22 22
23FILES:${PN} += "${libdir}/graphene-1.0" 23FILES:${PN} += "${libdir}/graphene-1.0"
24
25BBCLASSEXTEND = "native nativesdk"