summaryrefslogtreecommitdiffstats
path: root/rules/host-wayland.make
blob: 44af4baa945f16ad94d7b2cb3016fd44065ba2f1 (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) 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) \
	-Ddocumentation=false \
	-Ddtd_validation=false \
	-Dicon_directory= \
	-Dlibraries=true \
	-Dscanner=true \
	-Dtests=false

# vim: syntax=make