xdriver_xf86-input-synaptics: bump revision to X11R7.7

This commit is contained in:
Jesper Baekdahl 2013-03-20 13:36:52 +01:00
parent cdcd42d188
commit 68ad35ad56
2 changed files with 3 additions and 2 deletions

View File

@ -3,5 +3,6 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_SYNAPTICS
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_XPROTO
select BR2_PACKAGE_MTDEV
help
X.Org driver for synaptics input devices

View File

@ -4,9 +4,9 @@
#
################################################################################
XDRIVER_XF86_INPUT_SYNAPTICS_VERSION = 1.3.0
XDRIVER_XF86_INPUT_SYNAPTICS_VERSION = 1.6.1
XDRIVER_XF86_INPUT_SYNAPTICS_SOURCE = xf86-input-synaptics-$(XDRIVER_XF86_INPUT_SYNAPTICS_VERSION).tar.bz2
XDRIVER_XF86_INPUT_SYNAPTICS_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_INPUT_SYNAPTICS_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto
XDRIVER_XF86_INPUT_SYNAPTICS_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto mtdev
$(eval $(autotools-package))