From d4b78bad4a7bd4f662c5a015abafbd1f54295cf8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Jun 2019 21:56:54 +0300 Subject: [PATCH] mesa: Fix build. --- xorg/mesa/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xorg/mesa/build b/xorg/mesa/build index d5620f66..facbb048 100755 --- a/xorg/mesa/build +++ b/xorg/mesa/build @@ -6,11 +6,9 @@ meson \ --mandir=/usr/share/man \ --localstatedir=/var \ --buildtype=release \ - --platforms=x11,drm \ - --valgrind=false \ + -Dplatforms=x11,drm \ . output ninja -C output DESTDIR="$1" ninja -C output install -