Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 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))