[Mesa-dev] [PATCH 6/7] meson: use array type options

2018-04-16 Thread Dylan Baker
This option type is nice since it involves less converting strings into lists, and because it validates the values that are provided. Signed-off-by: Dylan Baker --- meson.build | 113 +++--- meson_options.txt | 48 2 files chang

Re: [Mesa-dev] [PATCH 6/7] meson: use array type options

2018-04-17 Thread Eric Anholt
Dylan Baker writes: > This option type is nice since it involves less converting strings into > lists, and because it validates the values that are provided. > > Signed-off-by: Dylan Baker > --- > meson.build | 113 +++--- > meson_options.txt | 48

Re: [Mesa-dev] [PATCH 6/7] meson: use array type options

2018-04-17 Thread Dylan Baker
Quoting Eric Anholt (2018-04-17 11:37:37) > Dylan Baker writes: > > > This option type is nice since it involves less converting strings into > > lists, and because it validates the values that are provided. > > > > Signed-off-by: Dylan Baker > > --- > > meson.build | 113