Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_XPROTO_DRI2PROTO
|
||||
bool "dri2proto"
|
||||
help
|
||||
X.Org DRI2 protocol headers
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://article.gmane.org/gmane.comp.freedesktop.xorg.announce/1731
|
||||
sha256 f9b55476def44fc7c459b2537d17dbc731e36ed5d416af7ca0b1e2e676f8aa04 dri2proto-2.8.tar.bz2
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# xproto_dri2proto
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XPROTO_DRI2PROTO_VERSION = 2.8
|
||||
XPROTO_DRI2PROTO_SOURCE = dri2proto-$(XPROTO_DRI2PROTO_VERSION).tar.bz2
|
||||
XPROTO_DRI2PROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
||||
XPROTO_DRI2PROTO_LICENSE = MIT
|
||||
XPROTO_DRI2PROTO_LICENSE_FILES = COPYING
|
||||
XPROTO_DRI2PROTO_INSTALL_STAGING = YES
|
||||
XPROTO_DRI2PROTO_INSTALL_TARGET = NO
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user