]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- dri-driver settings are independent of gallium auto/th/Mesa-10.6.1-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 29 Jun 2015 17:03:39 +0000 (19:03 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 29 Jun 2015 17:03:39 +0000 (19:03 +0200)
- rel 2

Mesa.spec

index c8608f7fda88d687edff570458f32b197cc70b8a..253094cc4af91fb08c982e8690f7c8ba6ae05278 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -63,7 +63,7 @@ Summary:      Free OpenGL implementation
 Summary(pl.UTF-8):     Wolnodostępna implementacja standardu OpenGL
 Name:          Mesa
 Version:       10.6.1
-Release:       1
+Release:       2
 License:       MIT (core) and others - see license.html file
 Group:         X11/Libraries
 Source0:       ftp://ftp.freedesktop.org/pub/mesa/%{version}/mesa-%{version}.tar.xz
@@ -1140,12 +1140,12 @@ gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
        %{?with_omx:--enable-omx} \
        %{?with_xa:--enable-xa} \
        --enable-xvmc \
-       --with-dri-drivers=${dri_drivers} \
-       --with-dri-driverdir=%{_libdir}/xorg/modules/dri \
        --with-gallium-drivers=${gallium_drivers} \
 %else
        --without-gallium-drivers \
 %endif
+       --with-dri-drivers=${dri_drivers} \
+       --with-dri-driverdir=%{_libdir}/xorg/modules/dri \
        --with-sha1=libnettle \
        --with-va-libdir=%{_libdir}/libva/dri
 
This page took 0.2386 seconds and 4 git commands to generate.