summaryrefslogtreecommitdiffstats
path: root/rules/host-wayland.make
blob: 59b2696d59737534902eaeba7b8b829d1dcb69c7 (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
# -*-makefile-*-
#
# Copyright (C) 2013 by Philipp Zabel <p.zabel@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_WAYLAND) += host-wayland

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

#
# meson
#
HOST_WAYLAND_CONF_TOOL	:= meson
HOST_WAYLAND_CONF_OPT	:= \
	$(HOST_MESON_OPT) \
	-Dlibraries=false \
	-Ddocumentation=false \
	-Ddtd_validation=false \
	-Dicon_directory=

# vim: syntax=make