diff options
author | Ross Burton <ross.burton@arm.com> | 2025-08-04 20:52:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-07 12:11:16 +0100 |
commit | b091188175d78b52dd5a7d39ba7e23744a678a6e (patch) | |
tree | 73d46d5e44f48d49d2c03039f637ddfc374dbfd9 | |
parent | 5b29e828921f2bed8d9c03a28e6ec23d928f936f (diff) | |
download | poky-b091188175d78b52dd5a7d39ba7e23744a678a6e.tar.gz |
gdk-pixbuf: drop GDK_PIXBUF_LOADERS
We have a PACKAGECONFIG, there's no need for this to be a dedicated
variable.
(From OE-Core rev: 284d59152a81a20d2ebfa07bb0fec28c8485db22)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb | 4 |
1 files changed, 1 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 060d7735ad..a468cea74b 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 | |||
@@ -32,9 +32,7 @@ GIR_MESON_DISABLE_FLAG = "disabled" | |||
32 | 32 | ||
33 | LIBV = "2.10.0" | 33 | LIBV = "2.10.0" |
34 | 34 | ||
35 | GDK_PIXBUF_LOADERS ?= "png jpeg gif others" | 35 | PACKAGECONFIG ??= "png jpeg gif others \ |
36 | |||
37 | PACKAGECONFIG ??= "${GDK_PIXBUF_LOADERS} \ | ||
38 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 36 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
39 | 37 | ||
40 | PACKAGECONFIG[png] = "-Dpng=enabled,-Dpng=disabled,libpng" | 38 | PACKAGECONFIG[png] = "-Dpng=enabled,-Dpng=disabled,libpng" |