From: Tom Hochstein Date: Sat, 19 Nov 2016 01:11:52 +0000 (-0600) Subject: gtk+3: Configure for Wayland backend if wayland and x11 are in distro X-Git-Tag: 2.2~128 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3d10ec3e7a510efff8eae23c608a560b8fcddd5c;p=meta-freescale.git gtk+3: Configure for Wayland backend if wayland and x11 are in distro By i.MX convention, if wayland and x11 are in the distro features, the Wayland backend is used. Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador --- diff --git a/recipes-graphics/gtk+/gtk+3_%.bbappend b/recipes-graphics/gtk+/gtk+3_%.bbappend index 654e14bd..bc4a4040 100644 --- a/recipes-graphics/gtk+/gtk+3_%.bbappend +++ b/recipes-graphics/gtk+/gtk+3_%.bbappend @@ -1,2 +1,3 @@ -PACKAGECONFIG_remove_mx6 = "${@bb.utils.contains("DISTRO_FEATURES", "x11", "wayland", "", d)}" - +PACKAGECONFIG_remove_mx6 = " \ + ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \ +"