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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_XLIB_LIBXRENDER
bool "libXrender"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XORGPROTO
help
X.Org Xrender library
@@ -0,0 +1,5 @@
# From https://lists.x.org/archives/xorg-announce/2016-October/002725.html
sha256 c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949 libXrender-0.9.10.tar.bz2
# Locally calculated
sha256 bbe1db89c48816c48248796adac91defd8fbde1141b145f01511781ab87f29a1 COPYING
@@ -0,0 +1,22 @@
################################################################################
#
# xlib_libXrender
#
################################################################################
XLIB_LIBXRENDER_VERSION = 0.9.10
XLIB_LIBXRENDER_SOURCE = libXrender-$(XLIB_LIBXRENDER_VERSION).tar.bz2
XLIB_LIBXRENDER_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXRENDER_LICENSE = MIT
XLIB_LIBXRENDER_LICENSE_FILES = COPYING
XLIB_LIBXRENDER_CPE_ID_VENDOR = x.org
XLIB_LIBXRENDER_CPE_ID_PRODUCT = libxrender
XLIB_LIBXRENDER_INSTALL_STAGING = YES
XLIB_LIBXRENDER_DEPENDENCIES = xlib_libX11 xorgproto
HOST_XLIB_LIBXRENDER_DEPENDENCIES = \
host-xlib_libX11 host-xorgproto
XLIB_LIBXRENDER_CONF_OPTS = --disable-malloc0returnsnull
$(eval $(autotools-package))
$(eval $(host-autotools-package))