From 89a57f672246b328d73aa4c0f596c4afcf4e3a9b Mon Sep 17 00:00:00 2001 From: kennypm Date: Thu, 11 Aug 2022 18:35:33 -0400 Subject: [PATCH] simplify build option description --- meson_options.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index acbcce73..b8eb9213 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -14,5 +14,4 @@ option('sndio', type: 'feature', value: 'auto', description: 'Enable support for option('logind', type: 'feature', value: 'auto', description: 'Enable support for logind') option('tests', type: 'feature', value: 'auto', description: 'Enable tests') option('experimental', type : 'boolean', value : false, description: 'Enable experimental features') -option('jack', type: 'feature', value: 'auto', description: 'Enable support for JACK DSP load monitoring') - +option('jack', type: 'feature', value: 'auto', description: 'Enable support for JACK')