Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_XPROTO_DRI3PROTO
|
||||
bool "dri3proto"
|
||||
help
|
||||
X.Org DRI3 protocol headers
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://article.gmane.org/gmane.comp.freedesktop.xorg.announce/2079
|
||||
sha256 01be49d70200518b9a6b297131f6cc71f4ea2de17436896af153226a774fc074 dri3proto-1.0.tar.bz2
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# xproto_dri3proto
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XPROTO_DRI3PROTO_VERSION = 1.0
|
||||
XPROTO_DRI3PROTO_SOURCE = dri3proto-$(XPROTO_DRI3PROTO_VERSION).tar.bz2
|
||||
XPROTO_DRI3PROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
||||
XPROTO_DRI3PROTO_LICENSE = MIT
|
||||
XPROTO_DRI3PROTO_INSTALL_STAGING = YES
|
||||
# this package does not contain any binary files
|
||||
XPROTO_DRI3PROTO_INSTALL_TARGET = NO
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user