From bfe714743feaa43501cc5beb2f95bfe3550f9634 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Fri, 30 Oct 2020 11:58:14 +0000 Subject: DocumentationUseOnly: Force enable Vivid To make sure we always build the Vivid pipeline in this branch, explicitly add it to the pipelines build targets. This is not any kind of best practice for pipeline handlers, but is here to ensure that this pipeline is always compiled on this branch who's sole purpose is to use and demonstrate the vivid pipeline handler. --- meson.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index f218b8c2..95088b51 100644 --- a/meson.build +++ b/meson.build @@ -169,6 +169,11 @@ if get_option('test') and 'vimc' not in pipelines pipelines += ['vimc'] endif +# Force enable the Vivid pipeline on the development branch only. +if 'vivid' not in pipelines + pipelines += ['vivid'] +endif + # Utilities are parsed first to provide support for other components. subdir('utils') -- cgit v1.2.1