summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-03-01 23:58:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-03 15:38:13 +0000
commita50d717ad57dd24bd46f225777c14711660f696e (patch)
tree848c602de7380264550a8f80cab058523793125b /meta/recipes-gnome
parentd6f3bc736cc1440e3e93a7cce04125d5999bc0c8 (diff)
downloadpoky-a50d717ad57dd24bd46f225777c14711660f696e.tar.gz
gdk-pixbuf: fix Meson variable names
With 2.38.0 gdk-pixbuf dopped the enable_ prefix from the Meson build options. (From OE-Core rev: e11e4ebb521882ec64296e65b901ff1d9bccc23a) Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.0.bb8
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}"
58PACKAGECONFIG_linuxstdbase = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} ${GDK_PIXBUF_LOADERS}" 58PACKAGECONFIG_linuxstdbase = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} ${GDK_PIXBUF_LOADERS}"
59PACKAGECONFIG_class-native = "${GDK_PIXBUF_LOADERS}" 59PACKAGECONFIG_class-native = "${GDK_PIXBUF_LOADERS}"
60 60
61PACKAGECONFIG[png] = "-Denable_png=true,-Denable_png=false,libpng" 61PACKAGECONFIG[png] = "-Dpng=true,-Dpng=false,libpng"
62PACKAGECONFIG[jpeg] = "-Denable_jpeg=true,-Denable_jpeg=false,jpeg" 62PACKAGECONFIG[jpeg] = "-Djpeg=true,-Djpeg=false,jpeg"
63PACKAGECONFIG[tiff] = "-Denable_tiff=true,-Denable_tiff=false,tiff" 63PACKAGECONFIG[tiff] = "-Dtiff=true,-Dtiff=false,tiff"
64PACKAGECONFIG[jpeg2000] = "-Denable_jasper=true,-Denable_jasper=false,jasper" 64PACKAGECONFIG[jpeg2000] = "-Djasper=true,-Djasper=false,jasper"
65 65
66PACKAGECONFIG[x11] = "-Dx11=true,-Dx11=false,virtual/libx11" 66PACKAGECONFIG[x11] = "-Dx11=true,-Dx11=false,virtual/libx11"
67 67