From 77bc4936615bcd8dbdc5583f1253a51ff47cb16b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Jun 2019 20:08:54 +0300 Subject: [PATCH] mesa: Don't build with wayland support. --- xorg/mesa/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xorg/mesa/build b/xorg/mesa/build index 9ad3a4f8..d5620f66 100755 --- a/xorg/mesa/build +++ b/xorg/mesa/build @@ -6,6 +6,8 @@ meson \ --mandir=/usr/share/man \ --localstatedir=/var \ --buildtype=release \ + --platforms=x11,drm \ + --valgrind=false \ . output ninja -C output