meson: mangoplot option

pull/1151/head
FlightlessMango 7 months ago
parent e5df3a183d
commit 1fc0d640ff

@ -281,4 +281,6 @@ if get_option('tests').enabled()
endif
# install helper sripts
subdir('bin')
if get_option('mangoplot').enabled()
subdir('bin')
endif

@ -12,3 +12,4 @@ option('mangoapp', type: 'boolean', value : false)
option('mangohudctl', type: 'boolean', value : false)
option('mangoapp_layer', type: 'boolean', value : false)
option('tests', type: 'feature', value: 'auto', description: 'Run tests')
option('mangoplot', type: 'feature', value: 'enabled')

Loading…
Cancel
Save