From 279b4cf4b73609695fcb76d12d23d0023070063c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Jun 2019 21:21:58 +0300 Subject: [PATCH] mesa: Use autotools. --- xorg/mesa/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xorg/mesa/build b/xorg/mesa/build index c052ec15..310610c2 100755 --- a/xorg/mesa/build +++ b/xorg/mesa/build @@ -5,7 +5,8 @@ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --with-platforms=x11,drm + --with-platforms=x11,drm \ + --enable-autotools make make DESTDIR="$1" install