diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-12-10 17:12:55 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-12-10 17:15:53 +0000 |
commit | 546338c506d41f982c3d7ae87d9dcbf497531cc4 (patch) | |
tree | 14cbc5eca5be9533072a060bf783210c14472078 /conf | |
parent | 01f05af3dfc1befbed10f29cf41c8808be422ff6 (diff) |
preferred-xorg-versions-X11R7.4-updates : updates
libxi - for joystick support
inputproto - needed for libxi
xf86-input-evdev - ts fixes and others
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/preferred-xorg-versions-X11R7.4-updates.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/include/preferred-xorg-versions-X11R7.4-updates.inc b/conf/distro/include/preferred-xorg-versions-X11R7.4-updates.inc index cf999a2a4d..a81d5eca71 100644 --- a/conf/distro/include/preferred-xorg-versions-X11R7.4-updates.inc +++ b/conf/distro/include/preferred-xorg-versions-X11R7.4-updates.inc @@ -1,3 +1,7 @@ # This file is for updates after X11R7.4 was released PREFERRED_VERSION_xserver-xorg ?= "1.5.3" +PREFERRED_VERSION_xf86-input-evdev ?= "2.1.0" +PREFERRED_VERSION_libxi ?= "1.2.0" +PREFERRED_VERSION_inputproto ?= "1.5.0" + |