diff options
author | Eric Anholt <eric@anholt.net> | 2017-10-12 13:53:12 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-10-17 13:41:59 -0700 |
commit | 1ae8018a6af81eec4832a57d9d0346aa3dd98d28 (patch) | |
tree | eff20ab270ce164b1bd978ac51bfe6b6a0b31372 /meson_options.txt | |
parent | 2f4705afde707e8eb41b9414c25df91aa1ea2fb3 (diff) |
meson: Add support for the vc4 driver.
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 71e9ea6355..51a1805012 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -46,7 +46,7 @@ option( option( 'gallium-drivers', type : 'string', - value : 'radeonsi,nouveau,swrast', + value : 'radeonsi,nouveau,swrast,vc4', description : 'comma separated list of gallium drivers to build.' ) option( |