summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-07-23 17:28:49 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-26 08:41:38 +0100
commit65287e95aca3410711a03639e7c7251811a23ebd (patch)
tree2f212cbf5b1863788ccd737c1f8f90a89f636bdb /meta/recipes-gnome
parente4da27af9522bb7f7ef12def056f87e8b51d974b (diff)
downloadpoky-65287e95aca3410711a03639e7c7251811a23ebd.tar.gz
gdk-pixbuf: enable x11 PACKAGECONFIG option
Currently gdk-pixbuf x11 loader is enabled only for LSB build. But it is needed by other recipes like Ice window manger(icewm) for X window system. (From OE-Core rev: 277a2bef8ae41a0314ecad27379b299ba7d90f22) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.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.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.1.bb
index 3145cc2089..eb1adb5050 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.1.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.1.bb
@@ -42,8 +42,7 @@ LIBV = "2.10.0"
42 42
43GDK_PIXBUF_LOADERS ?= "png jpeg" 43GDK_PIXBUF_LOADERS ?= "png jpeg"
44 44
45PACKAGECONFIG ??= "${GDK_PIXBUF_LOADERS}" 45PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} ${GDK_PIXBUF_LOADERS}"
46PACKAGECONFIG_linuxstdbase = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} ${GDK_PIXBUF_LOADERS}"
47PACKAGECONFIG_class-native = "${GDK_PIXBUF_LOADERS}" 46PACKAGECONFIG_class-native = "${GDK_PIXBUF_LOADERS}"
48 47
49PACKAGECONFIG[png] = "-Dpng=true,-Dpng=false,libpng" 48PACKAGECONFIG[png] = "-Dpng=true,-Dpng=false,libpng"