diff options
author | Eric Anholt <eric@anholt.net> | 2017-10-12 18:39:08 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-10-17 13:41:59 -0700 |
commit | 1918c9b1627d5403e2efbffa03441c4b7d61a63e (patch) | |
tree | 780c115b218f47fd4b39d065036e698b53f9c080 /meson_options.txt | |
parent | 1ae8018a6af81eec4832a57d9d0346aa3dd98d28 (diff) |
meson: Add support for the pl111 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 51a1805012..8fd00d41b4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -46,7 +46,7 @@ option( option( 'gallium-drivers', type : 'string', - value : 'radeonsi,nouveau,swrast,vc4', + value : 'pl111,radeonsi,nouveau,swrast,vc4', description : 'comma separated list of gallium drivers to build.' ) option( |