blob: 455480ea26e8ab8be868f1367a9125a2bdbf88da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
################################################################################
#
# xproto_bigreqsproto -- X.Org BigReqs protocol headers
#
################################################################################
XPROTO_BIGREQSPROTO_VERSION = 1.0.2
XPROTO_BIGREQSPROTO_SOURCE = bigreqsproto-$(XPROTO_BIGREQSPROTO_VERSION).tar.bz2
XPROTO_BIGREQSPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_BIGREQSPROTO_AUTORECONF = YES
XPROTO_BIGREQSPROTO_INSTALL_STAGING = YES
XPROTO_BIGREQSPROTO_INSTALL_TARGET = NO
$(eval $(call AUTOTARGETS,xproto_bigreqsproto))
|