]> code.ossystems Code Review - meta-freescale.git/commitdiff
gtk+3: Configure for Wayland backend if wayland and x11 are in distro
authorTom Hochstein <tom.hochstein@nxp.com>
Sat, 19 Nov 2016 01:11:52 +0000 (19:11 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 23 Nov 2016 10:09:34 +0000 (08:09 -0200)
By i.MX convention, if wayland and x11 are in the distro features,
the Wayland backend is used.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/gtk+/gtk+3_%.bbappend

index 654e14bd039c15d5a88c7c753bfe9965063eda41..bc4a40406a4af83a9ce249928323b408f42d5383 100644 (file)
@@ -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)} \
+"