diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-10-31 14:12:12 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-10-31 14:12:12 +0000 |
commit | 48e661579cfc3b3f4ee0d93615ac024f3e0689a1 (patch) | |
tree | 1c8a1262b9352f95be922f12d35c311f0acd99d2 | |
parent | c3597636ec448788d065a2608b463d9a6af5a20a (diff) |
build: remove multiline description from meson option
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index a76101a6..004891cd 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -51,8 +51,7 @@ option('plugin_linktop', type: 'feature', value: 'auto', description: 'enable li option('plugin_longcheer', type: 'feature', value: 'auto', description: 'enable longcheer plugin support') option('plugin_mbm', type: 'feature', value: 'auto', description: 'enable mbm plugin support') option('plugin_motorola', type: 'feature', value: 'auto', description: 'enable motorola plugin support') -option('plugin_mtk_legacy', type: 'feature', value: 'auto', description: 'enable mtk -legacy plugin support') +option('plugin_mtk_legacy', type: 'feature', value: 'auto', description: 'enable mtk legacy plugin support') option('plugin_mtk', type: 'feature', value: 'auto', description: 'enable mtk plugin support') option('plugin_nokia', type: 'feature', value: 'auto', description: 'enable nokia plugin support') |