initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
@@ -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
@@ -0,0 +1,3 @@
# locally computed
sha256 baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971 xinput_calibrator-0.7.5.tar.gz
sha256 ba6f260bba7d9640cfedfde3a6ae1790583ab8b9ee7c547233ecc0a214d1a6d3 COPYING
@@ -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))