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
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_XAPP_XCURSORGEN
bool "xcursorgen"
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXCURSOR
help
create an X cursor file from a collection of PNG images
@@ -0,0 +1,7 @@
# From https://lists.x.org/archives/xorg-announce/2019-January/002936.html
md5 25cc7ca1ce5dcbb61c2b471c55e686b5 xcursorgen-1.0.7.tar.bz2
sha1 109367eb23b0ad52cf5de15f50c02ebe872698ae xcursorgen-1.0.7.tar.bz2
sha256 35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d xcursorgen-1.0.7.tar.bz2
sha512 bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2 xcursorgen-1.0.7.tar.bz2
# Locally computed
sha256 8c773336b654442ac8018715a52be1a8254895c57c898d5387016e9488cc2009 COPYING
@@ -0,0 +1,17 @@
################################################################################
#
# xapp_xcursorgen
#
################################################################################
XAPP_XCURSORGEN_VERSION = 1.0.7
XAPP_XCURSORGEN_SOURCE = xcursorgen-$(XAPP_XCURSORGEN_VERSION).tar.bz2
XAPP_XCURSORGEN_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XCURSORGEN_LICENSE = MIT
XAPP_XCURSORGEN_LICENSE_FILES = COPYING
XAPP_XCURSORGEN_DEPENDENCIES = libpng xlib_libX11 xlib_libXcursor
HOST_XAPP_XCURSORGEN_DEPENDENCIES = \
host-libpng host-xlib_libX11 host-xlib_libXcursor
$(eval $(autotools-package))
$(eval $(host-autotools-package))