summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-10-12 13:53:12 -0700
committerEric Anholt <eric@anholt.net>2017-10-17 13:41:59 -0700
commit1ae8018a6af81eec4832a57d9d0346aa3dd98d28 (patch)
treeeff20ab270ce164b1bd978ac51bfe6b6a0b31372 /meson_options.txt
parent2f4705afde707e8eb41b9414c25df91aa1ea2fb3 (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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 71e9ea63555..51a18050128 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(