update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_XAPP_XINPUT_CALIBRATOR
bool "xinput-calibrator"
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXI
help
A generic touchscreen calibration program for X.Org.
http://www.freedesktop.org/wiki/Software/xinput_calibrator
comment "xinput-calibrator needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP

View File

@@ -0,0 +1,2 @@
# locally computed
sha256 baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971 xinput_calibrator-0.7.5.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xinput-calibrator
#
################################################################################
XAPP_XINPUT_CALIBRATOR_VERSION = 0.7.5
XAPP_XINPUT_CALIBRATOR_SOURCE = xinput_calibrator-$(XAPP_XINPUT_CALIBRATOR_VERSION).tar.gz
XAPP_XINPUT_CALIBRATOR_SITE = http://github.com/downloads/tias/xinput_calibrator
XAPP_XINPUT_CALIBRATOR_LICENSE = MIT
XAPP_XINPUT_CALIBRATOR_LICENSE_FILES = COPYING
XAPP_XINPUT_CALIBRATOR_DEPENDENCIES = xlib_libX11 xlib_libXi
$(eval $(autotools-package))