Adding xf86-input-tslib driver

Adding xf86-input-tslib driver so X11 can talk directly to
touchscreen devices.

[Peter: Add tslib deps and upstream URL]
Signed-off-by: Sergio Prado <sergiosiena@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Sergio Prado 2011-12-24 14:51:04 -02:00 committed by Peter Korsgaard
parent b0bcafc6a0
commit 3a9d3bc0c3
3 changed files with 29 additions and 0 deletions

View file

@ -174,6 +174,7 @@ endmenu
source package/x11r7/xdriver_xf86-input-keyboard/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
source package/x11r7/xdriver_xf86-input-vmmouse/Config.in
source package/x11r7/xdriver_xf86-input-void/Config.in
source package/x11r7/xdriver_xf86-video-apm/Config.in

View file

@ -0,0 +1,11 @@
config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
bool "xf86-input-tslib"
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_XPROTO
select BR2_PACKAGE_TSLIB
help
Touch screen library input driver
http://www.ptxdist.org/software/xf86-input-tslib/index_en.html

View file

@ -0,0 +1,17 @@
################################################################################
#
# xdriver_xf86-input-tslib -- Touch screen library input driver
#
################################################################################
XDRIVER_XF86_INPUT_TSLIB_VERSION = 0.0.6
XDRIVER_XF86_INPUT_TSLIB_SOURCE = xf86-input-tslib-$(XDRIVER_XF86_INPUT_TSLIB_VERSION).tar.bz2
XDRIVER_XF86_INPUT_TSLIB_SITE = http://www.ptxdist.org/software/xf86-input-tslib/download
XDRIVER_XF86_INPUT_TSLIB_DEPENDENCIES = \
xproto_inputproto \
xserver_xorg-server \
xproto_randrproto \
xproto_xproto \
tslib
$(eval $(call AUTOTARGETS))