xdriver_xf86-input-synaptics: bump revision to X11R7.7
authorJesper Baekdahl <jbb@gamblify.com>
Wed, 20 Mar 2013 12:36:52 +0000 (13:36 +0100)
committerJesper Baekdahl <jbb@gamblify.com>
Wed, 20 Mar 2013 14:10:59 +0000 (15:10 +0100)
package/x11r7/xdriver_xf86-input-synaptics/Config.in
package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.mk

index 9c214b73c57829e931a2c057f03da26573dc4e90..6b5e5b6185fb125164b8c345ff3be10abe3bd6db 100644 (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
index e66acb5bd56c39666c89fa47eb08a6d69b643cf3..74a3f8698ac08d04234c4bbf124b7bce84b8dcc3 100644 (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))