initial buildroot for linux 5.15
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user