utils: abi-compat: sort meson options
Sort the options passed to meson setup alphabetically when performing a slimline libcamera build. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
9155d79f4d
commit
44b49af7a0
1 changed files with 7 additions and 7 deletions
|
@ -156,16 +156,16 @@ create_abi_dump() {
|
|||
# Generate a minimal libcamera build. "lib" and "prefix" are
|
||||
# defined explicitly to avoid system default ambiguities.
|
||||
meson setup "$build" "$worktree" \
|
||||
-Dlibdir=lib \
|
||||
-Dprefix=/usr/local/ \
|
||||
-Ddocumentation=disabled \
|
||||
-Dcam=disabled \
|
||||
-Dqcam=disabled \
|
||||
-Dpycamera=disabled \
|
||||
-Ddocumentation=disabled \
|
||||
-Dgstreamer=disabled \
|
||||
-Dlc-compliance=disabled \
|
||||
-Dtracing=disabled \
|
||||
-Dpipelines=
|
||||
-Dlibdir=lib \
|
||||
-Dpipelines= \
|
||||
-Dprefix=/usr/local/ \
|
||||
-Dpycamera=disabled \
|
||||
-Dqcam=disabled \
|
||||
-Dtracing=disabled
|
||||
|
||||
ninja -C "$build"
|
||||
DESTDIR="$install" ninja -C "$build" install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue