blob: cf2518b2540957dfc5f30b23c6878d9d99ce51e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
################################################################################
#
# xproto_inputproto -- X.Org Input protocol headers
#
################################################################################
XPROTO_INPUTPROTO_VERSION = 2.0
XPROTO_INPUTPROTO_SOURCE = inputproto-$(XPROTO_INPUTPROTO_VERSION).tar.bz2
XPROTO_INPUTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_INPUTPROTO_INSTALL_STAGING = YES
XPROTO_INPUTPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))
$(eval $(host-autotools-package))
|