The GTK+3 currently uses GLX support is available and GLX requires X11 support. This makes GTK+3 demos installation conditional to X11 feature support in the distribution.
Signed-off-by: Otavio Salvador <[email protected]> --- recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb index 7a9dee2..0d2d60f 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb @@ -39,10 +39,10 @@ RDEPENDS_${PN} = " \ ethtool \ mtd-utils \ mtd-utils-ubifs \ - ${@base_contains('DISTRO_FEATURES', 'x11', '', \ + ${@base_contains('DISTRO_FEATURES', 'x11', 'gtk+3-demo', \ base_contains('DISTRO_FEATURES', 'wayland', \ 'weston weston-examples \ - gtk+3-demo clutter-1.0-examples', '', d), d)} \ + clutter-1.0-examples', '', d), d)} \ ${SOC_TOOLS_TEST} \ " -- 2.6.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
