blob: aed8af6487cdd34144aed2f0c8fddcd6fc9da9fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
################################################################################
#
# xproto_glproto -- X.Org GL protocol headers
#
################################################################################
XPROTO_GLPROTO_VERSION = 1.4.10
XPROTO_GLPROTO_SOURCE = glproto-$(XPROTO_GLPROTO_VERSION).tar.bz2
XPROTO_GLPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_GLPROTO_INSTALL_STAGING = YES
XPROTO_GLPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))
|