From: Ross Burton Date: Mon, 4 Aug 2025 19:52:37 +0000 (+0100) Subject: gdk-pixbuf: drop GDK_PIXBUF_LOADERS X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=284d59152a81a20d2ebfa07bb0fec28c8485db22;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gdk-pixbuf: drop GDK_PIXBUF_LOADERS We have a PACKAGECONFIG, there's no need for this to be a dedicated variable. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb index 060d7735ad..a468cea74b 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb @@ -32,9 +32,7 @@ GIR_MESON_DISABLE_FLAG = "disabled" LIBV = "2.10.0" -GDK_PIXBUF_LOADERS ?= "png jpeg gif others" - -PACKAGECONFIG ??= "${GDK_PIXBUF_LOADERS} \ +PACKAGECONFIG ??= "png jpeg gif others \ ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" PACKAGECONFIG[png] = "-Dpng=enabled,-Dpng=disabled,libpng"