mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 15:03:56 +02:00
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:
parent
df3a6fd8ae
commit
ae27e8a8a0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user