commit 8b8bec469f21d780aa3b58b92b88078a50bdf9c1
Author: Arkadiusz Miśkiewicz <[email protected]>
Date:   Sun Jul 15 22:26:52 2012 +0200

    - up to 2.20.0; SNA is default (here and in upstream) now but you can 
switch to UXA on xorg.conf level

 xorg-driver-video-intel.spec | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/xorg-driver-video-intel.spec b/xorg-driver-video-intel.spec
index cd94ba9..afbe5f7 100644
--- a/xorg-driver-video-intel.spec
+++ b/xorg-driver-video-intel.spec
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_with    glamor  Glamor acceleration
-%bcond_with    sna     SandyBridge's New Acceleration (also for older 
generations)
+%bcond_without sna     SandyBridge's New Acceleration (also for older 
generations)
 #
 %define        libdrm_ver      2.4.31
 %if %{with sna}
@@ -12,12 +12,12 @@
 Summary:       X.org video driver for Intel integrated graphics chipsets
 Summary(pl.UTF-8):     Sterownik obrazu X.org dla zintegrowanych układów 
graficznych Intela
 Name:          xorg-driver-video-intel
-Version:       2.19.0
-Release:       2
+Version:       2.20.0
+Release:       1
 License:       MIT
 Group:         X11/Applications
 Source0:       
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-%{version}.tar.bz2
-# Source0-md5: f397bddfc88d4c9b30b56526c1e02e8e
+# Source0-md5: 070bb866b05a16366bd9bb844c9b91aa
 URL:           http://xorg.freedesktop.org/
 BuildRequires: Mesa-libGL-devel
 #BuildRequires:        autoconf >= 2.63
@@ -90,6 +90,8 @@ Wymaga aktywnego Kernel Mode Setting (KMS).
 %configure \
        --disable-silent-rules \
        %{?with_glamor:--enable-glamor} \
+       --with-default-accel=%{?with_sna:sna}%{!?with_sna:uxa} \
+       --enable-uxa \
        --enable-sna%{!?with_sna:=no}
 
 %{__make}
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to