Commit 68ad35ad authored by Jesper Baekdahl's avatar Jesper Baekdahl
Browse files

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

parent cdcd42d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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))