Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
config BR2_PACKAGE_XPROTO_XEXTPROTO
bool "xextproto"
help
X.Org XExt protocol headers

View File

@@ -0,0 +1,2 @@
# From http://lists.freedesktop.org/pipermail/xorg/2013-December/056256.html
sha256 f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0 xextproto-7.3.0.tar.bz2

View File

@@ -0,0 +1,17 @@
################################################################################
#
# xproto_xextproto
#
################################################################################
XPROTO_XEXTPROTO_VERSION = 7.3.0
XPROTO_XEXTPROTO_SOURCE = xextproto-$(XPROTO_XEXTPROTO_VERSION).tar.bz2
XPROTO_XEXTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XEXTPROTO_LICENSE = MIT
XPROTO_XEXTPROTO_LICENSE_FILES = COPYING
XPROTO_XEXTPROTO_INSTALL_STAGING = YES
XPROTO_XEXTPROTO_CONF_OPTS = --disable-specs
HOST_XPROTO_XEXTPROTO_CONF_OPTS = --disable-specs
$(eval $(autotools-package))
$(eval $(host-autotools-package))