diff options
author | Dylan Baker <[email protected]> | 2017-09-28 21:03:07 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-16 16:32:43 -0700 |
commit | af9d276134d9af3b6145f10943eaf7bf1a6226b6 (patch) | |
tree | e239a07620e73a1769b3e6ad23b84351c284d9f1 /meson_options.txt | |
parent | 02cf3a8f39ebdc7f7cbf0b2960744cae1a865f46 (diff) |
meson: build libmesa_gallium
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 21cf07ea934..c9e95263cd2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -26,6 +26,8 @@ option('dri-drivers', type : 'string', value : 'swrast,i915,i965', description : 'comma separated list of dri drivers to build.') option('dri-drivers-path', type : 'string', value : '', description : 'Location of dri drivers. Default: $libdir/dri.') +option('gallium-drivers', type : 'string', value : 'radeonsi', + description : 'comma separated list of gallium drivers to build.') option('vulkan-drivers', type : 'string', value : 'intel,amd', description : 'comma separated list of vulkan drivers to build.') option('shader-cache', type : 'boolean', value : true, |