Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=15573c5b21002e96fa8fe9513b2aa7055c927420
commit 15573c5b21002e96fa8fe9513b2aa7055c927420 Author: Elentir <[email protected]> Date: Thu Jun 3 19:36:11 2010 +0200 xorg.sh * fixed xorg-server version in depends for xf86-input-* diff --git a/source/include/xorg.sh b/source/include/xorg.sh index 92c6fa1..3446421 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.7.0') + depends=('xorg-server>=1.8.1') makedepends=('inputproto' 'randrproto') fi url="http://xorg.freedesktop.org" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
