Browse Source

meson_options: add winstore_app build option

pull/141/head
Johannes Kauffmann 4 years ago
committed by Steve Lhomme
parent
commit
9d3082c6f2
  1. 5
      meson_options.txt

5
meson_options.txt

@ -40,6 +40,11 @@ option('run_as_root',
value : false,
description : 'Allow running VLC as root')
option('winstore_app',
type : 'boolean',
value : 'false',
description : 'Build targeted for Windows Store apps')
# TODO: Missing pdb option, this should probably be solved in meson itself
# TODO: Missing ssp option

Loading…
Cancel
Save