summaryrefslogtreecommitdiffstats
path: root/rules/host-orc.make
blob: 02a8186584e68415d8f22fc6ae510ca9eb32a2cb (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) 2015 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_ORC) += host-orc

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

#
# meson
#
HOST_ORC_CONF_TOOL	:= meson
HOST_ORC_CONF_OPT	:= \
	$(HOST_MESON_OPT) \
	-Dbenchmarks=disabled \
	-Dexamples=disabled \
	-Dgtk_doc=disabled \
	-Dorc-backend=all \
	-Dorc-test=disabled \
	-Dtests=disabled \
	-Dtools=enabled

# vim: syntax=make