meson: Add support for the pl111 driver.

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Eric Anholt
2017-10-12 18:39:08 -07:00
parent 1ae8018a6a
commit 1918c9b162
5 changed files with 41 additions and 2 deletions

View File

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