blob: 18aacc3fefd91a6b5ba0d5abce84d3fc535bd0eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
################################################################################
#
# xproto_xf86driproto -- X.Org XF86DRI protocol headers
#
################################################################################
XPROTO_XF86DRIPROTO_VERSION = 2.0.3
XPROTO_XF86DRIPROTO_SOURCE = xf86driproto-$(XPROTO_XF86DRIPROTO_VERSION).tar.bz2
XPROTO_XF86DRIPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XF86DRIPROTO_AUTORECONF = YES
XPROTO_XF86DRIPROTO_INSTALL_STAGING = YES
XPROTO_XF86DRIPROTO_INSTALL_TARGET = NO
$(eval $(call AUTOTARGETS,xproto_xf86driproto))
|