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

Package now needs libevdev:
http://cgit.freedesktop.org/xorg/driver/xf86-input-evdev/commit/?id=164c62a97591d4c9b649460e7442977ea82ac02b

[Thomas: adapt to current master, update hash file.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2015-02-07 21:11:30 +01:00 committed by Thomas Petazzoni
parent 0667a294e8
commit 6bc6c3aabe
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
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

View File

@ -1,2 +1,2 @@
# 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

View File

@ -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 \