initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XAPP_XRANDR
|
||||
bool "xrandr"
|
||||
select BR2_PACKAGE_XLIB_LIBXRANDR
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
help
|
||||
primitive command line interface to RandR extension
|
||||
@@ -0,0 +1,7 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2019-August/003018.html
|
||||
md5 fe40f7a4fd39dd3a02248d3e0b1972e4 xrandr-1.5.1.tar.xz
|
||||
sha1 9f72957e0d2a26ece509336ea7e1529cc9ea881e xrandr-1.5.1.tar.xz
|
||||
sha256 7bc76daf9d72f8aff885efad04ce06b90488a1a169d118dea8a2b661832e8762 xrandr-1.5.1.tar.xz
|
||||
sha512 3d0d37e974b9dffb996276ee7fd676327fd0956e5f5f572dd142a651a35d3cdfa2f6dd415cf27bf87f306981957aba4cc014c12baebefcabaa5d66b78a114922 xrandr-1.5.1.tar.xz
|
||||
# Locally computed
|
||||
sha256 0dd9a3d62c48dd7b87790029e39fb5e11756d33fded3bc1644e11585c87b2038 COPYING
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xrandr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XRANDR_VERSION = 1.5.1
|
||||
XAPP_XRANDR_SOURCE = xrandr-$(XAPP_XRANDR_VERSION).tar.xz
|
||||
XAPP_XRANDR_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XRANDR_LICENSE = MIT
|
||||
XAPP_XRANDR_LICENSE_FILES = COPYING
|
||||
XAPP_XRANDR_DEPENDENCIES = xlib_libXrandr xlib_libX11
|
||||
XAPP_XRANDR_CONF_OPTS = --disable-malloc0returnsnull
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user