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,4 @@
config BR2_PACKAGE_XPROTO_XINERAMAPROTO
bool "xineramaproto"
help
X.Org Xinerama protocol headers

View File

@@ -0,0 +1,3 @@
# From http://article.gmane.org/gmane.comp.freedesktop.xorg.announce/1312
md5 9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2
sha1 818bffc16139d6e3de4344c83f00c495d3536753 xineramaproto-1.2.1.tar.bz2

View File

@@ -0,0 +1,15 @@
################################################################################
#
# xproto_xineramaproto
#
################################################################################
XPROTO_XINERAMAPROTO_VERSION = 1.2.1
XPROTO_XINERAMAPROTO_SOURCE = xineramaproto-$(XPROTO_XINERAMAPROTO_VERSION).tar.bz2
XPROTO_XINERAMAPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XINERAMAPROTO_LICENSE = MIT
XPROTO_XINERAMAPROTO_LICENSE_FILES = COPYING
XPROTO_XINERAMAPROTO_INSTALL_STAGING = YES
XPROTO_XINERAMAPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))