initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XAPP_XEV
|
||||
bool "xev"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXRANDR
|
||||
help
|
||||
print contents of X events
|
||||
@@ -0,0 +1,5 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2020-July/003048.html
|
||||
sha256 d700e08bfe751ed2dbf802baa204b056d0e49348b6eb3c6f9cb035d8ae4885e2 xev-1.2.4.tar.bz2
|
||||
sha512 383472ddbfad639ba46a69080ecdd11a514a0578fd32c463fae18da02e0265c944589eebf12a858994f5fd601c02a0d51517e9b3ff61c6afe740d374f02781ca xev-1.2.4.tar.bz2
|
||||
# Locally computed
|
||||
sha256 9b840f2e1900889124cc999f3158da2b6b07bf6d0d77bdbb01ce65d2e702dc83 COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xev
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XEV_VERSION = 1.2.4
|
||||
XAPP_XEV_SOURCE = xev-$(XAPP_XEV_VERSION).tar.bz2
|
||||
XAPP_XEV_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XEV_LICENSE = MIT
|
||||
XAPP_XEV_LICENSE_FILES = COPYING
|
||||
XAPP_XEV_DEPENDENCIES = xlib_libX11 xlib_libXrandr
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user