meson: build freedreno

Mostly copy/pasta from Dylan Baker's conversion of nouveau and i965.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Rob Clark
2017-10-14 10:08:50 -04:00
parent 2207af032b
commit 4aa69cc425
6 changed files with 263 additions and 2 deletions

View File

@@ -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(