diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 50ae19685e7..a573290b774 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -90,8 +90,8 @@ option( option( 'gallium-omx', type : 'combo', - value : 'tizonia', - choices : ['disabled', 'bellagio', 'tizonia'], + value : 'auto', + choices : ['auto', 'disabled', 'bellagio', 'tizonia'], description : 'enable gallium omx state tracker.', ) option( |