summaryrefslogtreecommitdiffstats
path: root/rules/host-xorgproto.make
blob: 59e63d59dfe7df006e05ce0f3e58e325518721ec (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
32
# -*-makefile-*-
#
# Copyright (C) 2018 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_XORGPROTO) += host-xorgproto

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

#
# autoconf
#
HOST_XORGPROTO_CONF_TOOL	:= autoconf
HOST_XORGPROTO_CONF_OPT		:= \
	$(HOST_AUTOCONF) \
	--disable-selective-werror \
	--disable-strict-compilation \
	--enable-specs \
	--disable-legacy \
	--without-xmlto \
	--without-fop \
	--without-xsltproc

# vim: syntax=make