initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_XAPP_XWD
|
||||
bool "xwd"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXKBFILE
|
||||
select BR2_PACKAGE_XLIB_LIBXMU
|
||||
help
|
||||
dump an image of an X window
|
||||
@@ -0,0 +1,5 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2021-August/003102.html
|
||||
sha256 fbaa2b34163714fe7be22b60920ea4683f63b355babb1781aec2e452a033031b xwd-1.0.8.tar.bz2
|
||||
sha512 d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e xwd-1.0.8.tar.bz2
|
||||
# Locally computed
|
||||
sha256 7cfda56afd92a1ecd2f23bd0064e01b5141053390d854785504adfe2c0fbd946 COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xwd
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XWD_VERSION = 1.0.8
|
||||
XAPP_XWD_SOURCE = xwd-$(XAPP_XWD_VERSION).tar.bz2
|
||||
XAPP_XWD_SITE = https://xorg.freedesktop.org/archive/individual/app
|
||||
XAPP_XWD_LICENSE = MIT
|
||||
XAPP_XWD_LICENSE_FILES = COPYING
|
||||
XAPP_XWD_DEPENDENCIES = xlib_libX11 xlib_libXmu xlib_libxkbfile
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user