]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- enable r600 gallium driver.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 13 Mar 2011 13:25:09 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa.spec -> 1.263.2.8

Mesa.spec

index c41b18403153a512e5d201e49b45100320f503d2..a94e8f621e8f3d19811023902cbdc8ff8473ec5f 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -751,7 +751,10 @@ mv %{_lib} osmesa8
        --enable-gallium-i915 \
        --enable-gallium-i965 \
 %endif
-       --%{?with_gallium_radeon:en}%{!?with_gallium_radeon:dis}able-gallium-radeon \
+%if %{with_gallium_radeon}
+       --enable-gallium-radeon \
+       --enable-gallium-r600 \
+%endif
        --enable-gallium-svga \
        --enable-gallium-egl \
        %{?with_gallium_nouveau:--enable-gallium-nouveau} \
This page took 0.228938 seconds and 4 git commands to generate.