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
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_XAPP_XINPUT
bool "xinput"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXI
select BR2_PACKAGE_XLIB_LIBXRANDR
select BR2_PACKAGE_XLIB_LIBXINERAMA
help
xinput
@@ -0,0 +1,7 @@
# From https://lists.x.org/archives/xorg-announce/2019-July/003013.html
md5 ac6b7432726008b2f50eba82b0e2dbe4 xinput-1.6.3.tar.bz2
sha1 92ea7dfb3d8465921b0dca85da7d5b01cedae6c8 xinput-1.6.3.tar.bz2
sha256 35a281dd3b9b22ea85e39869bb7670ba78955d5fec17c6ef7165d61e5aeb66ed xinput-1.6.3.tar.bz2
sha512 cb2fef866ac5a71dbca3e23b4ecadaca38e65dc1b30f8bb024bad92486554fafc472706619a1af04c746a4f53ce6aea827d694b9f4f0c7d0d46bb1da81984076 xinput-1.6.3.tar.bz2
# Locally computed
sha256 bbd35c7a8e8c5cb073935e84b29b0c53f7131a4ef1ce737dc2be5616941e07e1 COPYING
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xinput
#
################################################################################
XAPP_XINPUT_VERSION = 1.6.3
XAPP_XINPUT_SOURCE = xinput-$(XAPP_XINPUT_VERSION).tar.bz2
XAPP_XINPUT_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XINPUT_LICENSE = MIT
XAPP_XINPUT_LICENSE_FILES = COPYING
XAPP_XINPUT_DEPENDENCIES = xlib_libX11 xlib_libXi xlib_libXrandr xlib_libXinerama
$(eval $(autotools-package))