summaryrefslogtreecommitdiffstats
path: root/rules/host-xcb-proto.make
blob: a498d74c5689dd96293aed371e0e578455a9d7c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*-makefile-*-
#
# Copyright (C) 2008 by Robert Schwebel
#           (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_XCB_PROTO) += host-xcb-proto

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

HOST_XCB_PROTO_CONF_ENV		:= \
	$(HOST_ENV) \
	ac_cv_path_PYTHON=python3

#
# autoconf
#
HOST_XCB_PROTO_CONF_TOOL	:= autoconf
# without this special prefix the xcb-proto.pc is broken
HOST_XCB_PROTO_CONF_OPT		:= \
	--prefix=/.

# vim: syntax=make