diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.0.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.0.bb index 3a544bd8a6..448e8ab40e 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.0.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.0.bb | |||
@@ -58,10 +58,10 @@ PACKAGECONFIG ??= "${GDK_PIXBUF_LOADERS}" | |||
58 | PACKAGECONFIG_linuxstdbase = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} ${GDK_PIXBUF_LOADERS}" | 58 | PACKAGECONFIG_linuxstdbase = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} ${GDK_PIXBUF_LOADERS}" |
59 | PACKAGECONFIG_class-native = "${GDK_PIXBUF_LOADERS}" | 59 | PACKAGECONFIG_class-native = "${GDK_PIXBUF_LOADERS}" |
60 | 60 | ||
61 | PACKAGECONFIG[png] = "-Denable_png=true,-Denable_png=false,libpng" | 61 | PACKAGECONFIG[png] = "-Dpng=true,-Dpng=false,libpng" |
62 | PACKAGECONFIG[jpeg] = "-Denable_jpeg=true,-Denable_jpeg=false,jpeg" | 62 | PACKAGECONFIG[jpeg] = "-Djpeg=true,-Djpeg=false,jpeg" |
63 | PACKAGECONFIG[tiff] = "-Denable_tiff=true,-Denable_tiff=false,tiff" | 63 | PACKAGECONFIG[tiff] = "-Dtiff=true,-Dtiff=false,tiff" |
64 | PACKAGECONFIG[jpeg2000] = "-Denable_jasper=true,-Denable_jasper=false,jasper" | 64 | PACKAGECONFIG[jpeg2000] = "-Djasper=true,-Djasper=false,jasper" |
65 | 65 | ||
66 | PACKAGECONFIG[x11] = "-Dx11=true,-Dx11=false,virtual/libx11" | 66 | PACKAGECONFIG[x11] = "-Dx11=true,-Dx11=false,virtual/libx11" |
67 | 67 | ||