blob: cdcb8e5124cf962f2f6170c544139be0df3c290d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
################################################################################
#
# xproto_xextproto -- X.Org XExt protocol headers
#
################################################################################
XPROTO_XEXTPROTO_VERSION = 7.1.1
XPROTO_XEXTPROTO_SOURCE = xextproto-$(XPROTO_XEXTPROTO_VERSION).tar.bz2
XPROTO_XEXTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XEXTPROTO_INSTALL_STAGING = YES
XPROTO_XEXTPROTO_INSTALL_TARGET = NO
$(eval $(call AUTOTARGETS))
$(eval $(host-autotools-package))
|