summaryrefslogtreecommitdiffstats
path: root/rules/host-xorg-app-xkbcomp.make
blob: f423eee0902ce233f2ae0a67a0c18008746b63a1 (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
# -*-makefile-*-
#
# Copyright (C) 2011 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_XORG_APP_XKBCOMP) += host-xorg-app-xkbcomp

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

#
# autoconf
#
HOST_XORG_APP_XKBCOMP_CONF_TOOL	:= autoconf

HOST_XORG_APP_XKBCOMP_MAKE_ENV	:= \
	ICECC_REMOTE_CPP=0

# vim: syntax=make