initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_XAPP_XBACKLIGHT
|
||||
bool "xbacklight"
|
||||
select BR2_PACKAGE_XCB_UTIL
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXRANDR
|
||||
select BR2_PACKAGE_XLIB_LIBXRENDER
|
||||
help
|
||||
xbacklight
|
||||
@@ -0,0 +1,7 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2019-July/003008.html
|
||||
md5 5b6405973db69c0443be2fba8e1a8ab7 xbacklight-1.2.3.tar.bz2
|
||||
sha1 f0a6163738143ec23542b459aef567309a119e0c xbacklight-1.2.3.tar.bz2
|
||||
sha256 3a27f324777ae99fee476cfb2f064576fb8cba4eb77f97cda37adda1c1d39ade xbacklight-1.2.3.tar.bz2
|
||||
sha512 717c87ce24634892fc4ac54fc59dcc0a5bc8f206aaf1d13410f95f7e4fe6e3dbc7ff8d951bcd8ea8c5e955357a00fea6ceadd4559e60b1a632e40f71290e12c7 xbacklight-1.2.3.tar.bz2
|
||||
# Locally computed
|
||||
sha256 c9fbf1f272215babef31808c1235de8e4f7641ca5edfc4fc615b6556054b2b04 COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xbacklight
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XBACKLIGHT_VERSION = 1.2.3
|
||||
XAPP_XBACKLIGHT_SOURCE = xbacklight-$(XAPP_XBACKLIGHT_VERSION).tar.bz2
|
||||
XAPP_XBACKLIGHT_SITE = https://xorg.freedesktop.org/archive/individual/app
|
||||
XAPP_XBACKLIGHT_LICENSE = MIT
|
||||
XAPP_XBACKLIGHT_LICENSE_FILES = COPYING
|
||||
XAPP_XBACKLIGHT_DEPENDENCIES = xlib_libX11 xlib_libXrandr xlib_libXrender xcb-util
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user