2010-02-28 10:33:47 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
2013-06-06 01:53:29 +02:00
|
|
|
# xproto_dri2proto
|
2010-02-28 10:33:47 +01:00
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2014-01-04 14:38:56 +01:00
|
|
|
XPROTO_DRI2PROTO_VERSION = 2.8
|
2010-02-28 10:33:47 +01:00
|
|
|
XPROTO_DRI2PROTO_SOURCE = dri2proto-$(XPROTO_DRI2PROTO_VERSION).tar.bz2
|
|
|
|
XPROTO_DRI2PROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
2013-05-09 07:50:57 +02:00
|
|
|
XPROTO_DRI2PROTO_LICENSE = MIT
|
|
|
|
XPROTO_DRI2PROTO_LICENSE_FILES = COPYING
|
2010-02-28 10:33:47 +01:00
|
|
|
XPROTO_DRI2PROTO_INSTALL_STAGING = YES
|
|
|
|
XPROTO_DRI2PROTO_INSTALL_TARGET = NO
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|