blob: a4503d530b9c0f001b6e0c5620a930b4dc05236d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
################################################################################
#
# xproto_fixesproto -- X.Org Fixes protocol headers
#
################################################################################
XPROTO_FIXESPROTO_VERSION = 4.1.1
XPROTO_FIXESPROTO_SOURCE = fixesproto-$(XPROTO_FIXESPROTO_VERSION).tar.bz2
XPROTO_FIXESPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_FIXESPROTO_INSTALL_STAGING = YES
XPROTO_FIXESPROTO_INSTALL_TARGET = NO
$(eval $(call AUTOTARGETS))
$(eval $(host-autotools-package))
|