blob: 577e3250527a40237c499a4ed78aaf40c86c660a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
################################################################################
#
# 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_INSTALL_STAGING = YES
XPROTO_XF86RUSHPROTO_INSTALL_TARGET = NO
$(eval $(call AUTOTARGETS))
|