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_XPROTO
bool "xproto"
help
X.Org xproto protocol headers

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2015-July/002618.html
sha256 29e85568d1f68ceef8a2c081dad9bc0e5500a53cfffde24b564dc43d46ddf6ca xproto-7.0.28.tar.bz2

View File

@@ -0,0 +1,16 @@
################################################################################
#
# xproto_xproto
#
################################################################################
XPROTO_XPROTO_VERSION = 7.0.28
XPROTO_XPROTO_SOURCE = xproto-$(XPROTO_XPROTO_VERSION).tar.bz2
XPROTO_XPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XPROTO_LICENSE = MIT
XPROTO_XPROTO_LICENSE_FILES = COPYING
XPROTO_XPROTO_INSTALL_STAGING = YES
XPROTO_XPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))
$(eval $(host-autotools-package))