Commit 9c5aca29 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

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

parent eb7ee8a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+13 −0
Original line number Diff line number Diff line
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
+3 −0
Original line number Diff line number Diff line
# 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
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))