diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index 9d0f2c9bff6..4bfb4595313 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -241,9 +241,7 @@ option( ) option( 'shared-glapi', - type : 'combo', - value : 'auto', - choices : ['auto', 'true', 'false', 'enabled', 'disabled'], + type : 'feature', description : 'Whether to build a shared or static glapi. Defaults to false on Windows, true elsewhere' ) option( |