From 195fffb0723ff13fb053de196b44e41acbbc1376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 6 Oct 2018 13:04:01 +0100 Subject: meson: add option to disable orc-test library https://bugzilla.gnome.org/show_bug.cgi?id=736785 --- examples/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/meson.build b/examples/meson.build index 2a0e303..7d75128 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -1,6 +1,6 @@ if not meson.is_cross_build() - if not have_tools + if opt_tools.disabled() and opt_examples.enabled() error('Need to build tools (orcc) to build examples.') endif -- cgit v1.2.1