summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorhongxu <hongxu.jia@windriver.com>2021-05-21 14:14:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-21 15:15:15 +0100
commit4781dad55cc0449a3dc52914e2b6f9eace91158e (patch)
treec004516d0e01995d45d110795b71e9d560dbeeeb /meta/recipes-gnome
parent46a223866fcedafc63543a052721d19560d1792b (diff)
downloadopenembedded-core-contrib-4781dad55cc0449a3dc52914e2b6f9eace91158e.tar.gz
gdk-pixbuf: fix nativesdk do_configure failed
Since commit [92fc28498f gdk-pixbuf: rewrite the cross-build support for tests] applied, it add meson option -Duse_prebuilt_tools=true to taget. Add the same option for nativesdk to fix do_configure failure |../gdk-pixbuf-2.42.6/thumbnailer/meson.build:32:0: ERROR: Arrays do not have a method called 'full_path' Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb
index f171464f4d..50d58ef807 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb
@@ -48,6 +48,10 @@ EXTRA_OEMESON_class-target = " \
-Duse_prebuilt_tools=true \
"
+EXTRA_OEMESON_class-nativesdk = " \
+ -Duse_prebuilt_tools=true \
+"
+
PACKAGES =+ "${PN}-xlib"
# For GIO image type sniffing