meson: set use-json as default
In order to get broader testing in CI, enable use-json by default.
This is the preferred system configuration direction.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ice51af8a61443f30e42741fdd90f935cd0aa8cbf
diff --git a/meson_options.txt b/meson_options.txt
index affa402..5d67837 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
option('tests', type : 'feature', description : 'Build tests')
-option('use-json', type : 'feature', description : 'LEDs JSON filepath', value: 'disabled')
+option('use-json', type : 'feature', description : 'LEDs JSON filepath', value: 'enabled')
option('use-lamp-test', type : 'feature', description : 'LEDs lamp test configuration', value: 'disabled')
-option('monitor-operational-status', type : 'feature', description : 'Enable OperationalStatus monitor', value: 'disabled')
\ No newline at end of file
+option('monitor-operational-status', type : 'feature', description : 'Enable OperationalStatus monitor', value: 'disabled')