summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb5
1 files changed, 2 insertions, 3 deletions
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 96487a284a..060d7735ad 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
@@ -34,9 +34,8 @@ LIBV = "2.10.0"
34 34
35GDK_PIXBUF_LOADERS ?= "png jpeg gif others" 35GDK_PIXBUF_LOADERS ?= "png jpeg gif others"
36 36
37PACKAGECONFIG = "${GDK_PIXBUF_LOADERS} \ 37PACKAGECONFIG ??= "${GDK_PIXBUF_LOADERS} \
38 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" 38 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
39PACKAGECONFIG:class-native = "${GDK_PIXBUF_LOADERS}"
40 39
41PACKAGECONFIG[png] = "-Dpng=enabled,-Dpng=disabled,libpng" 40PACKAGECONFIG[png] = "-Dpng=enabled,-Dpng=disabled,libpng"
42PACKAGECONFIG[jpeg] = "-Djpeg=enabled,-Djpeg=disabled,jpeg" 41PACKAGECONFIG[jpeg] = "-Djpeg=enabled,-Djpeg=disabled,jpeg"