diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index 7fafe2deaac..f5705c2b3c2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -90,9 +90,9 @@ option( option( 'gallium-omx', type : 'combo', - value : 'auto', - choices : ['auto', 'true', 'false'], - description : 'enable gallium omx bellagio state tracker.', + value : 'bellagio', + choices : ['disabled', 'bellagio'], + description : 'enable gallium omx state tracker.', ) option( 'omx-libs-path', |