Add buildroot 2018-02
This commit is contained in:
10
buildroot/package/x11r7/xdriver_xf86-input-tslib/Config.in
Normal file
10
buildroot/package/x11r7/xdriver_xf86-input-tslib/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
|
||||
bool "xf86-input-tslib"
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
select BR2_PACKAGE_TSLIB
|
||||
help
|
||||
Touch screen library input driver
|
||||
|
||||
https://github.com/merge/xf86-input-tslib
|
||||
@@ -0,0 +1,5 @@
|
||||
# https://github.com/merge/xf86-input-tslib/releases/download/1.1.1/xf86-input-tslib-1.1.1.tar.bz2.sha256
|
||||
sha256 8b6a9f2ad73598a3619e66e252bd54b1792c4deba0213101fa4d272b5e9217ec xf86-input-tslib-1.1.1.tar.bz2
|
||||
|
||||
# Locally computed
|
||||
sha256 edfc46c9b91499699fc54d39e986756a2dcce8a919c6066be177123441532856 COPYING
|
||||
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# xdriver_xf86-input-tslib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_INPUT_TSLIB_VERSION = 1.1.1
|
||||
XDRIVER_XF86_INPUT_TSLIB_SOURCE = xf86-input-tslib-$(XDRIVER_XF86_INPUT_TSLIB_VERSION).tar.bz2
|
||||
XDRIVER_XF86_INPUT_TSLIB_SITE = https://github.com/merge/xf86-input-tslib/releases/download/$(XDRIVER_XF86_INPUT_TSLIB_VERSION)
|
||||
XDRIVER_XF86_INPUT_TSLIB_LICENSE = MIT
|
||||
XDRIVER_XF86_INPUT_TSLIB_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_INPUT_TSLIB_DEPENDENCIES = \
|
||||
xproto_inputproto \
|
||||
xserver_xorg-server \
|
||||
xproto_randrproto \
|
||||
xproto_xproto \
|
||||
tslib
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user