diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-10-20 15:45:22 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-10-23 11:45:38 -0700 |
commit | 51558a1d6ca43b201362b3b64c751cfc93584346 (patch) | |
tree | f6c26a256f2e48919d0707d8b6e369362cad7dbd /meson_options.txt | |
parent | ba85525fcec65e021304a7ecd21e8fd20ce39f2d (diff) | |
download | mesa-51558a1d6ca43b201362b3b64c751cfc93584346.tar.gz mesa-51558a1d6ca43b201362b3b64c751cfc93584346.tar.bz2 mesa-51558a1d6ca43b201362b3b64c751cfc93584346.zip |
meson: build etnaviv driver + winsys
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.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 87aef95198b..5ca4e0301e6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -46,7 +46,7 @@ option( option( 'gallium-drivers', type : 'string', - value : 'pl111,radeonsi,nouveau,swrast,vc4', + value : 'pl111,radeonsi,nouveau,swrast,vc4,etnaviv', description : 'comma separated list of gallium drivers to build.' ) option( |