[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Apr 29 18:23:20 UTC 2009


    Date: Wednesday, April 29, 2009 @ 14:23:20
  Author: andyrtr
Revision: 37008

prepare for new features

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-29 18:20:53 UTC (rev 37007)
+++ PKGBUILD	2009-04-29 18:23:20 UTC (rev 37008)
@@ -5,7 +5,7 @@
 pkgname=xf86-video-nouveau
 _gitdate=20090429
 pkgver=0.0.10_git${_gitdate} # see configure.ac
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source 3D acceleration driver for nVidia cards (eperimental)"
 arch=('i686' 'x86_64')
 url="http://nouveau.freedesktop.org/wiki/"
@@ -29,7 +29,7 @@
   # insert the nouveau kernel drm replacement first: modprobe -v drm should show something like 
   # insmod /lib/modules/2.6.28-ARCH/extra/drm.ko
   cd ${srcdir}/xf86-video-nouveau-${_gitdate}
-  ./autogen.sh --prefix=/usr
+  ./autogen.sh --prefix=/usr --with-kms=yes
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list