From b0172442261abddb1e701fca757d755555254f6c Mon Sep 17 00:00:00 2001 From: Filippo Cremonese <filippocremonese@rev.ng> Date: Thu, 1 Oct 2020 18:08:38 +0200 Subject: [PATCH] Remove wayland from mesa platforms --- .orchestra/config/components/ui/mesa.lib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.orchestra/config/components/ui/mesa.lib.yml b/.orchestra/config/components/ui/mesa.lib.yml index aea7fa2..c560155 100644 --- a/.orchestra/config/components/ui/mesa.lib.yml +++ b/.orchestra/config/components/ui/mesa.lib.yml @@ -19,7 +19,7 @@ configure: | --libdir=lib \ --prefix "$ORCHESTRA_ROOT" \ --wrap-mode nodownload \ - -Dplatforms=x11,wayland,drm,surfaceless \ + -Dplatforms=x11,drm,surfaceless \ -Dllvm=true \ -Dlmsensors=false \ -Dlibunwind=false \ -- GitLab