meson: use array type options
authorDylan Baker <dylan@pnwbakers.com>
Mon, 16 Apr 2018 22:18:08 +0000 (15:18 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 24 Apr 2018 21:08:15 +0000 (14:08 -0700)
commit5608d0a2cee47c7d037f03d1377bd6450b2fdec7
tree165274144513cf33790e937428b3775e758c8050
parentc5a97d658ec19cc02719d7f86c1b0715e3d9ffc4
meson: use array type options

This option type is nice since it involves less converting strings into
lists, and because it validates the values that are provided.

v2: - Set with_any_vk to true if any vulkan driver is built (Eric)

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
meson.build
meson_options.txt