From 9d3082c6f24dd8c1584e3b4f56f2b5b1f5b2fa04 Mon Sep 17 00:00:00 2001 From: Johannes Kauffmann Date: Sat, 7 Jan 2023 00:54:14 +0000 Subject: [PATCH] meson_options: add winstore_app build option --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meson_options.txt b/meson_options.txt index 560d1295e2..88b74b1f98 100644 --- a/meson_options.txt +++ b/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