211312b8ec
This package does not install any binary files, only headers. [Peter: drop invalid license file] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
553 B
Makefile
16 lines
553 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|