Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XPROTO_PRESENTPROTO
|
||||
bool "presentproto"
|
||||
select BR2_PACKAGE_XUTIL_UTIL_MACROS
|
||||
help
|
||||
X.Org Present extension headers
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://article.gmane.org/gmane.comp.freedesktop.xorg.announce/2078
|
||||
sha256 812c7d48721f909a0f7a2cb1e91f6eead76159a36c4712f4579ca587552839ce presentproto-1.0.tar.bz2
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user