meson_options: add vlc build option

This commit is contained in:
Johannes Kauffmann 2023-01-09 02:11:02 +00:00 committed by Steve Lhomme
parent 2bb31fd7c7
commit b281041200
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# General options
option('vlc',
type : 'boolean',
value : 'true',
description : 'Build the VLC executable program.')
option('nls',
type : 'feature',
value : 'auto',
@ -44,7 +49,6 @@ option('run_as_root',
# TODO: Missing sve option
# TODO: Missing branch_protection option
# TODO: Missing altivec option
# TODO: Missing vlc option
# TODO: Missing update-check option
# Font options