summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2022-06-29 13:39:53 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2022-06-29 13:39:53 +0100
commit5c0eb40aa8927f15b4702cd12519c0525cad6451 (patch)
tree4fe7e866eec2ef9802fc007086b2967ddb1c7830
parent64ddcb662d3899855374b6054a5dd5112be64576 (diff)
build-vivid: Remove pipelines declaration
The vivid branch has an explictly enabled VIVID pipeline. Remove the selection from the configuration. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rwxr-xr-x40-build-vivid.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/40-build-vivid.sh b/40-build-vivid.sh
index c33d152..13236f2 100755
--- a/40-build-vivid.sh
+++ b/40-build-vivid.sh
@@ -33,7 +33,6 @@ function build() {
meson "$BUILDDIR" "$VIVID_SOURCES" \
-Dv4l2=true \
-Dandroid=disabled \
- -Dpipeline=vivid \
-Ddocumentation=disabled \
-Dgstreamer=disabled \
|| return $?