packagegroup-fsl-tools-gpu-external: Do not install mesa-demos for non x11 distros

As of commit d02a3a745fbb7b534f22de861e7a43e7dacc7970 from OE-core,
mesa-demos require X11 distro feature and we can't install it when only
wayland distro feature is enable, e.g. with fslc-wayland distro.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Fabio Berton 2016-11-16 11:54:21 -02:00 committed by Otavio Salvador
parent df3a6fd8ae
commit ae27e8a8a0

View File

@ -18,8 +18,7 @@ SOC_TOOLS_GPU_FB = ""
SOC_TOOLS_GPU_FB_imxgpu3d = "eglinfo-fb"
SOC_TOOLS_GPU_WAYLAND = ""
SOC_TOOLS_GPU_WAYLAND_imxgpu2d = "mesa-demos"
SOC_TOOLS_GPU_WAYLAND_append_imxgpu3d = " glmark2"
SOC_TOOLS_GPU_WAYLAND_imxgpu3d = "glmark2"
SOC_TOOLS_GPU_XWAYLAND = ""
SOC_TOOLS_GPU_XWAYLAND_imxgpu2d = "mesa-demos gtkperf"