blob: 0fcf00d193afcb2bbf03796e115c7082654e35e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
################################################################################
#
# xproto_dmxproto -- X.Org DMX protocol headers
#
################################################################################
XPROTO_DMXPROTO_VERSION = 2.3
XPROTO_DMXPROTO_SOURCE = dmxproto-$(XPROTO_DMXPROTO_VERSION).tar.bz2
XPROTO_DMXPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_DMXPROTO_AUTORECONF = NO
XPROTO_DMXPROTO_INSTALL_STAGING = YES
XPROTO_DMXPROTO_INSTALL_TARGET = NO
$(eval $(call AUTOTARGETS))
|