package/x11r7/xdriver_xf86-input-libinput: new package

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-03-15 12:19:23 +01:00 committed by Thomas Petazzoni
parent eb7ee8a8ed
commit 9c5aca2961
4 changed files with 31 additions and 0 deletions

View File

@ -146,6 +146,7 @@ if BR2_PACKAGE_XORG7
source package/x11r7/xdriver_xf86-input-evdev/Config.in
source package/x11r7/xdriver_xf86-input-joystick/Config.in
source package/x11r7/xdriver_xf86-input-keyboard/Config.in
source package/x11r7/xdriver_xf86-input-libinput/Config.in
source package/x11r7/xdriver_xf86-input-mouse/Config.in
source package/x11r7/xdriver_xf86-input-synaptics/Config.in
source package/x11r7/xdriver_xf86-input-tslib/Config.in

View File

@ -0,0 +1,13 @@
config BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT
bool "xf86-input-libinput"
depends on BR2_PACKAGE_HAS_UDEV # libinput
select BR2_PACKAGE_LIBINPUT
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_XPROTO
help
This is an X driver based on libinput. It is a thin wrapper around
libinput, so while it does provide all features that libinput supports
it does little beyond.
comment "xf86-input-libinput requires udev to be enabled"
depends on !BR2_PACKAGE_HAS_UDEV

View File

@ -0,0 +1,3 @@
# From http://lists.x.org/archives/xorg-announce/2015-March/002540.html
sha1 c2ec968847f85d7d503b12d63c2cc9697cbe0243 xf86-input-libinput-0.8.0.tar.bz2
sha256 2152b0984feffe8151934ad9af29bde7fc621e0a54b0cdedbaf1abc367dea43a xf86-input-libinput-0.8.0.tar.bz2

View File

@ -0,0 +1,14 @@
################################################################################
#
# xdriver_xf86-input-libinput
#
################################################################################
XDRIVER_XF86_INPUT_LIBINPUT_VERSION = 0.8.0
XDRIVER_XF86_INPUT_LIBINPUT_SOURCE = xf86-input-libinput-$(XDRIVER_XF86_INPUT_LIBINPUT_VERSION).tar.bz2
XDRIVER_XF86_INPUT_LIBINPUT_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_INPUT_LIBINPUT_LICENSE = MIT
XDRIVER_XF86_INPUT_LIBINPUT_LICENSE_FILES = COPYING
XDRIVER_XF86_INPUT_LIBINPUT_DEPENDENCIES = libinput xserver_xorg-server xproto_inputproto xproto_xproto
$(eval $(autotools-package))