From 3fe4406b39b1e655b32198ef2672b92572ad2aad Mon Sep 17 00:00:00 2001 From: Kamil ATLI Date: Tue, 6 Feb 2018 01:42:09 +0300 Subject: [PATCH] mesa --- x11/library/mesa/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/library/mesa/actions.py b/x11/library/mesa/actions.py index d4cb8fcc33..f06e8a307d 100644 --- a/x11/library/mesa/actions.py +++ b/x11/library/mesa/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import shelltools Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib" def setup(): - #autotools.autoreconf("-vif") + autotools.autoreconf("-vif") # --enable-sysfs option provides better hardware information support with "lspci" # --enable-32-bit option is not present anymore. Although build fails in emul32. With --disable-asm option, not fail. Needs to be tested.