Files
domo/bsp/buildroot-2017.02.11/package/x11r7/xproto_dri3proto/xproto_dri3proto.mk
2018-05-22 15:35:47 +02:00

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))