diff options
author | Rob Clark <[email protected]> | 2017-10-14 10:08:50 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2017-10-24 15:33:40 -0400 |
commit | 4aa69cc4257d1f60a1a4cee142fa55e577093407 (patch) | |
tree | 36b021475c805bf73edd74a5e8275699e6931361 /meson_options.txt | |
parent | 2207af032b0b7326341e974f3b2e0b802e231fa0 (diff) |
meson: build freedreno
Mostly copy/pasta from Dylan Baker's conversion of nouveau and i965.
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
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 be93871d614..1b90f5ced88 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,etnaviv,imx', + value : 'pl111,radeonsi,nouveau,freedreno,swrast,vc4,etnaviv,imx', description : 'comma separated list of gallium drivers to build.' ) option( |