blob: 5fafaad2b71c53cda8d37e1045a0dd37634e3149 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
################################################################################
#
# xproto_xf86rushproto -- X.Org XF86Rush protocol headers
#
################################################################################
XPROTO_XF86RUSHPROTO_VERSION = 1.1.2
XPROTO_XF86RUSHPROTO_SOURCE = xf86rushproto-$(XPROTO_XF86RUSHPROTO_VERSION).tar.bz2
XPROTO_XF86RUSHPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XF86RUSHPROTO_AUTORECONF = YES
XPROTO_XF86RUSHPROTO_INSTALL_STAGING = YES
XPROTO_XF86RUSHPROTO_INSTALL_TARGET = NO
$(eval $(call AUTOTARGETS,xproto_xf86rushproto))
|