From d2676434ada598811c514b4c381bbf6b57d86b14 Mon Sep 17 00:00:00 2001
From: Filippo Cremonese <filippocremonese@rev.ng>
Date: Thu, 1 Oct 2020 18:11:03 +0200
Subject: [PATCH] Set xlib-lease=false

---
 .orchestra/config/components/ui/mesa.lib.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.orchestra/config/components/ui/mesa.lib.yml b/.orchestra/config/components/ui/mesa.lib.yml
index 3898e6e..b14af34 100644
--- a/.orchestra/config/components/ui/mesa.lib.yml
+++ b/.orchestra/config/components/ui/mesa.lib.yml
@@ -47,6 +47,7 @@ configure: |
     -Dvulkan-drivers= \
     -Dvulkan-overlay-layer=false \
     -Db_ndebug=true \
+    -Dxlib-lease=false \
     -Dc_args="(@= options["use_old_glibc_cflags"] @) -w" \
     -Dcpp_args="(@= options["use_old_glibc_cflags"] @) -w -stdlib=libc++ -fno-rtti -fno-exceptions" \
     -Dcpp_link_args="(@= options["use_old_glibc_lflags"] @) -fuse-ld=gold -stdlib=libc++ -fno-rtti -fno-exceptions -L$ORCHESTRA_ROOT/lib -Wl,-z,origin -Wl,--enable-new-dtags -Wl,-rpath,$RPATH_PLACEHOLDER/lib" \
-- 
GitLab