blob: ac8debc4bdc974c498b390ddc966d55ce4e27690 (
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.0
XPROTO_FIXESPROTO_SOURCE = fixesproto-$(XPROTO_FIXESPROTO_VERSION).tar.bz2
XPROTO_FIXESPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_FIXESPROTO_AUTORECONF = YES
XPROTO_FIXESPROTO_INSTALL_STAGING = YES
XPROTO_FIXESPROTO_INSTALL_TARGET = NO
$(eval $(call AUTOTARGETS,xproto_fixesproto))
|