Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4132054305d80ce0319eee0f35301204921d9de8

commit 4132054305d80ce0319eee0f35301204921d9de8
Author: James Buren <[email protected]>
Date:   Tue Jun 19 06:27:58 2012 -0500

xorg.sh: make input devices depend on xorg-server 12.2

diff --git a/source/include/xorg.sh b/source/include/xorg.sh
index db49bed..5d74690 100644
--- a/source/include/xorg.sh
+++ b/source/include/xorg.sh
@@ -57,7 +57,7 @@ if [[ $pkgname =~ ^xf86-input- ]]; then
pkgdesc="X.Org driver for ${pkgname#xf86-input-} input devices"
groups=('x11' 'xorg-core' 'xorg-drivers')
archs=('i686' 'x86_64')
-       depends=('xorg-server>=1.11.0')
+       depends=('xorg-server>=1.12.2')
makedepends=('inputproto' 'randrproto')
fi
url="http://xorg.freedesktop.org";
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to