summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt48
1 files changed, 15 insertions, 33 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e487676a..761b40da 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -20,79 +20,61 @@
option(
'intel',
- type : 'combo',
- value : 'auto',
- choices : ['true', 'false', 'auto'],
+ type : 'feature',
description : '''Enable support for Intel's KMS API.''',
)
option(
'radeon',
- type : 'combo',
- value : 'auto',
- choices : ['true', 'false', 'auto'],
+ type : 'feature',
description : '''Enable support for radeons's KMS API.''',
)
option(
'amdgpu',
- type : 'combo',
- value : 'auto',
- choices : ['true', 'false', 'auto'],
+ type : 'feature',
description : '''Enable support for amdgpu's KMS API.''',
)
option(
'nouveau',
- type : 'combo',
- value : 'auto',
- choices : ['true', 'false', 'auto'],
+ type : 'feature',
description : '''Enable support for nouveau's KMS API.''',
)
option(
'vmwgfx',
- type : 'combo',
- value : 'true',
- choices : ['true', 'false', 'auto'],
+ type : 'feature',
description : '''Enable support for vmgfx's KMS API.''',
)
option(
'omap',
- type : 'combo',
- value : 'false',
- choices : ['true', 'false', 'auto'],
+ type : 'feature',
+ value : 'disabled',
description : '''Enable support for OMAP's experimental KMS API.''',
)
option(
'exynos',
- type : 'combo',
- value : 'false',
- choices : ['true', 'false', 'auto'],
+ type : 'feature',
+ value : 'disabled',
description : '''Enable support for EXYNOS's experimental KMS API.''',
)
option(
'freedreno',
- type : 'combo',
- value : 'auto',
- choices : ['true', 'false', 'auto'],
+ type : 'feature',
description : '''Enable support for freedreno's KMS API.''',
)
option(
'tegra',
- type : 'combo',
- value : 'false',
- choices : ['true', 'false', 'auto'],
+ type : 'feature',
+ value : 'disabled',
description : '''Enable support for Tegra's experimental KMS API.''',
)
option(
'vc4',
- type : 'combo',
- value : 'auto',
- choices : ['true', 'false', 'auto'],
+ type : 'feature',
description : '''Enable support for vc4's KMS API.''',
)
option(
'etnaviv',
- type : 'combo',
- value : 'false',
- choices : ['true', 'false', 'auto'],
+ type : 'feature',
+ value : 'disabled',
description : '''Enable support for etnaviv's experimental KMS API.''',
)
option(