From f3d125784a6f430ee46cf919fca33e5970420483 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 15 Dec 2009 23:54:07 +0100 Subject: [PATCH] Mesa-master: - disable Gallium --- packages/graphics/Mesa-master/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphics/Mesa-master/build b/packages/graphics/Mesa-master/build index f2a712097a..07c1d36914 100755 --- a/packages/graphics/Mesa-master/build +++ b/packages/graphics/Mesa-master/build @@ -46,7 +46,7 @@ DRI_DRIVER_SEARCH_DIR="$XORG_PATH_DRI" \ --with-xorg-driver-dir="$XORG_PATH_DRIVERS" \ --with-x \ --without-demos \ - --enable-gallium \ + --disable-gallium \ make