meson: Add build option for tools
authorScott D Phillips <scott.d.phillips@intel.com>
Thu, 8 Feb 2018 00:55:24 +0000 (16:55 -0800)
committerScott D Phillips <scott.d.phillips@intel.com>
Thu, 8 Feb 2018 19:24:42 +0000 (11:24 -0800)
commit1f4d2433e73a0a6d4e2a180de407970d983309db
treeee69bacbb0af123566f2d2c4320127626cd5cca9
parent464d057c86ab36db81590aa940902ff7e29894da
meson: Add build option for tools

Add a build option to control building some of the misc tools we
have. Also set the executables to install, presumably you want
that if you're asking for the build.

v2: set 'install:' to the with_tools value, not true (Jordan)
    handle 'all' in a the comma list (Dylan)
    Add freedreno's tools (Dylan)

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
meson.build
meson_options.txt
src/compiler/glsl/meson.build
src/compiler/meson.build
src/gallium/drivers/freedreno/meson.build
src/gallium/drivers/nouveau/meson.build
src/intel/tools/meson.build