blob: 6b880b4d7ccb0288c339f1b26bed2568cfc575f1 (
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_AUTORECONF = NO
XPROTO_XEXTPROTO_INSTALL_STAGING = YES
XPROTO_XEXTPROTO_INSTALL_TARGET = NO
$(eval $(call AUTOTARGETS,package/x11r7,xproto_xextproto))
|