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,5 @@
config BR2_PACKAGE_XPROTO_PRESENTPROTO
bool "presentproto"
select BR2_PACKAGE_XUTIL_UTIL_MACROS
help
X.Org Present extension headers

View File

@@ -0,0 +1,2 @@
# From http://article.gmane.org/gmane.comp.freedesktop.xorg.announce/2078
sha256 812c7d48721f909a0f7a2cb1e91f6eead76159a36c4712f4579ca587552839ce presentproto-1.0.tar.bz2

View File

@@ -0,0 +1,16 @@
################################################################################
#
# xproto_presentproto
#
################################################################################
XPROTO_PRESENTPROTO_VERSION = 1.0
XPROTO_PRESENTPROTO_SOURCE = presentproto-$(XPROTO_PRESENTPROTO_VERSION).tar.bz2
XPROTO_PRESENTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_PRESENTPROTO_LICENSE = MIT
XPROTO_PRESENTPROTO_LICENSE_FILES = presentproto.h
XPROTO_PRESENTPROTO_DEPENDENCIES = host-pkgconf xutil_util-macros
XPROTO_PRESENTPROTO_INSTALL_STAGING = YES
XPROTO_PRESENTPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))