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 f5705c2b3c2..50ae19685e7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -90,8 +90,8 @@ option( option( 'gallium-omx', type : 'combo', - value : 'bellagio', - choices : ['disabled', 'bellagio'], + value : 'tizonia', + choices : ['disabled', 'bellagio', 'tizonia'], description : 'enable gallium omx state tracker.', ) option( |