diff mbox series

[7/7] gdk-pixbuf: drop GDK_PIXBUF_LOADERS

Message ID 20250804195237.149379-7-ross.burton@arm.com
State New
Headers show
Series [1/7] dbus-glib: package the binding tool into PN-tools, enable nativesdk | expand

Commit Message

Ross Burton Aug. 4, 2025, 7:52 p.m. UTC
We have a PACKAGECONFIG, there's no need for this to be a dedicated
variable.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

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 060d7735ad1..a468cea74b8 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"