diff options
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 84feb630026..74f1e71bf43 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -170,7 +170,7 @@ option( 'osmesa', type : 'combo', value : 'none', - choices : ['none', 'classic'], + choices : ['none', 'classic', 'gallium'], description : 'Build OSmesa.' ) option( |