diff options
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb | 5 |
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 | ||
35 | GDK_PIXBUF_LOADERS ?= "png jpeg gif others" | 35 | GDK_PIXBUF_LOADERS ?= "png jpeg gif others" |
36 | 36 | ||
37 | PACKAGECONFIG = "${GDK_PIXBUF_LOADERS} \ | 37 | PACKAGECONFIG ??= "${GDK_PIXBUF_LOADERS} \ |
38 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 38 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
39 | PACKAGECONFIG:class-native = "${GDK_PIXBUF_LOADERS}" | ||
40 | 39 | ||
41 | PACKAGECONFIG[png] = "-Dpng=enabled,-Dpng=disabled,libpng" | 40 | PACKAGECONFIG[png] = "-Dpng=enabled,-Dpng=disabled,libpng" |
42 | PACKAGECONFIG[jpeg] = "-Djpeg=enabled,-Djpeg=disabled,jpeg" | 41 | PACKAGECONFIG[jpeg] = "-Djpeg=enabled,-Djpeg=disabled,jpeg" |