Skip to content
Snippets Groups Projects
Commit 414a3004 authored by Simon McVittie's avatar Simon McVittie
Browse files

build: Explicitly disable some secondary bubblewrap features


These are disabled when it's built as a subproject anyway, but explicit
is better than implicit.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 41a56205
Branches
Tags
1 merge request!794Build system simplifications
......@@ -266,12 +266,15 @@ endif
bubblewrap_subproject = subproject(
'bubblewrap',
default_options : [
'bash_completion=disabled',
'build_rpath=' + pkglibexec_rpath,
'bwrapdir=' + pkglibexecdir,
'install_rpath=' + pkglibexec_rpath,
'man=disabled',
'program_prefix=srt-',
'selinux=disabled',
'tests=false',
'zsh_completion=disabled',
],
)
srt_bin += bubblewrap_subproject.get_variable('bwrap')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment