diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-11-18 19:11:52 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-11-23 08:09:34 -0200 |
commit | 3d10ec3e7a510efff8eae23c608a560b8fcddd5c (patch) | |
tree | b9d7964662e69d07d5dbca1536f00ca2af6da33a /recipes-graphics/gtk+ | |
parent | 6f6cdd9a46f81fbb8565275ac7fa870a04bda793 (diff) | |
download | meta-freescale-3d10ec3e7a510efff8eae23c608a560b8fcddd5c.tar.gz |
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 <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/gtk+')
-rw-r--r-- | recipes-graphics/gtk+/gtk+3_%.bbappend | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ | |||
1 | PACKAGECONFIG_remove_mx6 = "${@bb.utils.contains("DISTRO_FEATURES", "x11", "wayland", "", d)}" | 1 | PACKAGECONFIG_remove_mx6 = " \ |
2 | 2 | ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \ | |
3 | " | ||