From 277a2bef8ae41a0314ecad27379b299ba7d90f22 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Tue, 23 Jul 2019 17:28:49 +0800 Subject: gdk-pixbuf: enable x11 PACKAGECONFIG option Currently gdk-pixbuf x11 loader is enabled only for LSB build. But it is needed by other recipes like Ice window manger(icewm) for X window system. Signed-off-by: Naveen Saini Signed-off-by: Richard Purdie --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.1.bb') diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.1.bb index 3145cc2089..eb1adb5050 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.1.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.1.bb @@ -42,8 +42,7 @@ LIBV = "2.10.0" GDK_PIXBUF_LOADERS ?= "png jpeg" -PACKAGECONFIG ??= "${GDK_PIXBUF_LOADERS}" -PACKAGECONFIG_linuxstdbase = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} ${GDK_PIXBUF_LOADERS}" +PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} ${GDK_PIXBUF_LOADERS}" PACKAGECONFIG_class-native = "${GDK_PIXBUF_LOADERS}" PACKAGECONFIG[png] = "-Dpng=true,-Dpng=false,libpng" -- cgit 1.2.3-korg