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_XLIB_LIBXI
bool "libXi"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XLIB_LIBXFIXES
select BR2_PACKAGE_XORGPROTO
help
X.Org Xi library
+7
View File
@@ -0,0 +1,7 @@
# From https://lists.x.org/archives/xorg-announce/2019-June/002999.html
md5 62c4af0839072024b4b1c8cbe84216c7 libXi-1.7.10.tar.bz2
sha1 79052e50ea07ce2431f8988a60553d9091d46207 libXi-1.7.10.tar.bz2
sha256 36a30d8f6383a72e7ce060298b4b181fd298bc3a135c8e201b7ca847f5f81061 libXi-1.7.10.tar.bz2
sha512 591f0860bf5904897587c4990d6c852f3729a212d1ef390362d41242440e078221877c31db2232d5cc81727fe97f4e194b077f7de917e251e60641bbd06ee218 libXi-1.7.10.tar.bz2
# Locally computed
sha256 9392174bc86e291369fd2f61f3ed325962735a5f5c585ce8d7ebd365e2a5639f COPYING
+24
View File
@@ -0,0 +1,24 @@
################################################################################
#
# xlib_libXi
#
################################################################################
XLIB_LIBXI_VERSION = 1.7.10
XLIB_LIBXI_SOURCE = libXi-$(XLIB_LIBXI_VERSION).tar.bz2
XLIB_LIBXI_SITE = https://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXI_LICENSE = MIT
XLIB_LIBXI_LICENSE_FILES = COPYING
XLIB_LIBXI_CPE_ID_VENDOR = x.org
XLIB_LIBXI_CPE_ID_PRODUCT = libxi
XLIB_LIBXI_INSTALL_STAGING = YES
XLIB_LIBXI_DEPENDENCIES = \
host-pkgconf \
xlib_libX11 \
xlib_libXext \
xlib_libXfixes \
xorgproto
XLIB_LIBXI_CONF_OPTS = --disable-malloc0returnsnull
$(eval $(autotools-package))