Re: [PATCH v2] config: sort Meson options by categories

2021-11-24 Thread Bruce Richardson
On Wed, Nov 24, 2021 at 01:56:42PM +0100, Thomas Monjalon wrote: > Options used to be sorted alphabetically. > It looks easier to read when major options are first, > then path tuning, libs options, and drivers options. > > Signed-off-by: Thomas Monjalon > --- > v2: add blank lines for readabilit

[PATCH v2] config: sort Meson options by categories

2021-11-24 Thread Thomas Monjalon
Options used to be sorted alphabetically. It looks easier to read when major options are first, then path tuning, libs options, and drivers options. Signed-off-by: Thomas Monjalon --- v2: add blank lines for readability --- meson_options.txt | 99 ++-