diff options
author | Dylan Baker <[email protected]> | 2017-10-20 15:57:15 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-23 11:45:55 -0700 |
commit | d4567efa5ca5383fd5576b8871b3abc05e085360 (patch) | |
tree | 075c82bd1bb695392d2985a4426396796940eb31 /meson_options.txt | |
parent | 51558a1d6ca43b201362b3b64c751cfc93584346 (diff) |
meson: build imx driver
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Christian Gmeiner <[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 5ca4e0301e6..be93871d614 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', + value : 'pl111,radeonsi,nouveau,swrast,vc4,etnaviv,imx', description : 'comma separated list of gallium drivers to build.' ) option( |