Commit 6bc6c3aa authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/x11r7/xdriver_xf86-input-evdev: bump version to 2.9.1

parent 0667a294
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV
	bool "xf86-input-evdev"
	depends on BR2_PACKAGE_HAS_UDEV # libudev is configure dependency
	select BR2_PACKAGE_LIBEVDEV
	select BR2_PACKAGE_XPROTO_INPUTPROTO
	select BR2_PACKAGE_XPROTO_RANDRPROTO
	select BR2_PACKAGE_XPROTO_XPROTO
+2 −2
Original line number Diff line number Diff line
# From http://lists.freedesktop.org/archives/xorg/2014-May/056599.html
sha256 85fade9f5e9cf70f02c877165e95b3df4cdb9e08282416122ca80218e254100c  xf86-input-evdev-2.8.4.tar.bz2
# From http://lists.x.org/archives/xorg-announce/2014-November/002499.html
sha256 0ce30328adfeac90a6f4b508d992fb834d8e50b484b29d3d58cf6683fa8502f9  xf86-input-evdev-2.9.1.tar.bz2
+2 −1
Original line number Diff line number Diff line
@@ -4,13 +4,14 @@
#
################################################################################

XDRIVER_XF86_INPUT_EVDEV_VERSION = 2.8.4
XDRIVER_XF86_INPUT_EVDEV_VERSION = 2.9.1
XDRIVER_XF86_INPUT_EVDEV_SOURCE = xf86-input-evdev-$(XDRIVER_XF86_INPUT_EVDEV_VERSION).tar.bz2
XDRIVER_XF86_INPUT_EVDEV_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_INPUT_EVDEV_LICENSE = MIT
XDRIVER_XF86_INPUT_EVDEV_LICENSE_FILES = COPYING
XDRIVER_XF86_INPUT_EVDEV_DEPENDENCIES = \
	host-pkgconf \
	libevdev \
	xproto_inputproto \
	xserver_xorg-server \
	xproto_randrproto \