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_XAPP_XPROP
bool "xprop"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
property displayer for X
+5
View File
@@ -0,0 +1,5 @@
# From https://lists.x.org/archives/xorg-announce/2020-November/003064.html
sha256 9b92ed0316bf2486121d8bac88bd1878f16b43bd335f18009b1f941f1eca93a1 xprop-1.2.5.tar.bz2
sha512 93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559 xprop-1.2.5.tar.bz2
# Locally computed
sha256 f19ff982936cca133b9593a6561c3817512207e0b4c951d0e4eb5956d30d4415 COPYING
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xprop
#
################################################################################
XAPP_XPROP_VERSION = 1.2.5
XAPP_XPROP_SOURCE = xprop-$(XAPP_XPROP_VERSION).tar.bz2
XAPP_XPROP_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XPROP_LICENSE = MIT
XAPP_XPROP_LICENSE_FILES = COPYING
XAPP_XPROP_DEPENDENCIES = xlib_libX11 xlib_libXmu
$(eval $(autotools-package))