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_XSETROOT
bool "xsetroot"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
select BR2_PACKAGE_XLIB_LIBXCURSOR
select BR2_PACKAGE_XDATA_XBITMAPS
help
X.Org xsetroot application
@@ -0,0 +1,7 @@
# From https://lists.x.org/archives/xorg-announce/2018-March/002874.html
md5 5fe769c8777a6e873ed1305e4ce2c353 xsetroot-1.1.2.tar.bz2
sha1 42ab81761823b44974feab86477007c49dbace50 xsetroot-1.1.2.tar.bz2
sha256 10c442ba23591fb5470cea477a0aa5f679371f4f879c8387a1d9d05637ae417c xsetroot-1.1.2.tar.bz2
sha512 0b9df1b72305e5c24f1e1664578aa4411a5ffcdc5d318458117594e641f01c34700205b0d16c08abf4a8106d36128ccdbe1ea1f1035fce9018d6b52801a8b72b xsetroot-1.1.2.tar.bz2
# Locally computed
sha256 48e9c9572e0dc1c14b93b753542f780e7751dd7f035816374d8a8be0211a4520 COPYING
@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xsetroot
#
################################################################################
XAPP_XSETROOT_VERSION = 1.1.2
XAPP_XSETROOT_SOURCE = xsetroot-$(XAPP_XSETROOT_VERSION).tar.bz2
XAPP_XSETROOT_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XSETROOT_LICENSE = MIT
XAPP_XSETROOT_LICENSE_FILES = COPYING
XAPP_XSETROOT_DEPENDENCIES = xlib_libX11 xlib_libXmu xlib_libXcursor xdata_xbitmaps
$(eval $(autotools-package))