From b03bb81bb055ccc2080e17137a26e62bdfc9e8f4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 14 Oct 2016 16:54:34 -0400 Subject: [PATCH] mesa: Build dri drivers only for x86 Signed-off-by: Michael Tremer --- mesa/mesa.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mesa/mesa.nm b/mesa/mesa.nm index 6f242a3a0..692cc51df 100644 --- a/mesa/mesa.nm +++ b/mesa/mesa.nm @@ -5,7 +5,7 @@ name = mesa version = 9.0.2 -release = 2 +release = 4 groups = Development/Tools url = http://www.mesa3d.org @@ -45,7 +45,7 @@ build DIR_APP = %{DIR_SRC}/Mesa-%{version} if "%{DISTRO_PLATFORM}" == "x86" - platform_drivers = ,i915,i965 + platform_drivers = nouveau,radeon,i915,i965 end configure_options += \ @@ -54,7 +54,7 @@ build --enable-pic \ --enable-dri \ --enable-egl \ - --with-dri-drivers="nouveau,radeon,r200%{platform_drivers}" \ + --with-dri-drivers="%{platform_drivers}" \ --with-gallium-drivers=swrast \ --disable-asm \ --disable-gallium-llvm \