summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.1.bb3
1 files changed, 1 insertions, 2 deletions
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"
42 42
43GDK_PIXBUF_LOADERS ?= "png jpeg" 43GDK_PIXBUF_LOADERS ?= "png jpeg"
44 44
45PACKAGECONFIG ??= "${GDK_PIXBUF_LOADERS}" 45PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} ${GDK_PIXBUF_LOADERS}"
46PACKAGECONFIG_linuxstdbase = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} ${GDK_PIXBUF_LOADERS}"
47PACKAGECONFIG_class-native = "${GDK_PIXBUF_LOADERS}" 46PACKAGECONFIG_class-native = "${GDK_PIXBUF_LOADERS}"
48 47
49PACKAGECONFIG[png] = "-Dpng=true,-Dpng=false,libpng" 48PACKAGECONFIG[png] = "-Dpng=true,-Dpng=false,libpng"