update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -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

View File

@@ -0,0 +1,2 @@
# From https://lists.freedesktop.org/archives/xorg-announce/2016-February/002677.html
sha256 c1cfd4e1d4d708c031d60801e527abc9b6d34b85f2ffa2cadd21f75ff38151cd xrandr-1.5.0.tar.bz2

View File

@@ -0,0 +1,15 @@
################################################################################
#
# xapp_xrandr
#
################################################################################
XAPP_XRANDR_VERSION = 1.5.0
XAPP_XRANDR_SOURCE = xrandr-$(XAPP_XRANDR_VERSION).tar.bz2
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))