initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_XAPP_XCOMPMGR
|
||||
bool "xcompmgr"
|
||||
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
|
||||
select BR2_PACKAGE_XLIB_LIBXDAMAGE
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XLIB_LIBXFIXES
|
||||
select BR2_PACKAGE_XLIB_LIBXRENDER
|
||||
help
|
||||
xcompmgr is a sample compositing manager that enables basic
|
||||
eye-candy effects.
|
||||
@@ -0,0 +1,7 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2019-March/002989.html
|
||||
md5 ef8c7d4140c11efb8de4141b3968208c xcompmgr-1.1.8.tar.bz2
|
||||
sha1 7bb28329b4bb687763df2d2c1723cb6ecb20945a xcompmgr-1.1.8.tar.bz2
|
||||
sha256 0b89daf4f060fa3fa83cca862c45d531fef7121b5d06552c1d73d396ad9a7243 xcompmgr-1.1.8.tar.bz2
|
||||
sha512 ccf29426ffb0797a53653d1ce152de5eee0cec284811fed4b8e634ea0d948180531e4619d96f47e4f9594432c57322624fe0fdaee2c9200efac427fc0904953d xcompmgr-1.1.8.tar.bz2
|
||||
# Locally computed
|
||||
sha256 c843545f72771b3ff95eb88defc2e3ed8f9a1802d9bb6c32c196bb5eec3d3a5d COPYING
|
||||
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xcompmgr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XCOMPMGR_VERSION = 1.1.8
|
||||
XAPP_XCOMPMGR_SOURCE = xcompmgr-$(XAPP_XCOMPMGR_VERSION).tar.bz2
|
||||
XAPP_XCOMPMGR_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XCOMPMGR_LICENSE = MIT
|
||||
XAPP_XCOMPMGR_LICENSE_FILES = COPYING
|
||||
XAPP_XCOMPMGR_DEPENDENCIES = \
|
||||
xlib_libXcomposite \
|
||||
xlib_libXdamage \
|
||||
xlib_libXext \
|
||||
xlib_libXfixes \
|
||||
xlib_libXrender
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user