summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-04-18 13:17:20 -0700
committerDylan Baker <[email protected]>2019-09-10 20:36:47 +0000
commit70cac06bbf4944b5d1aebe33a0dd6cbe8a2fdbb7 (patch)
tree460929469ad306ef52d42cc076a94baba4ee5c36 /meson_options.txt
parentf680cc62f85e66feed2fe0794f415534d3a4df98 (diff)
meson: Add a platform for windows
This mirrors the haiku build which uses a platform. v2: - Fix some rebase problems Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index aadf7fd0721..a2f86be19ae 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -24,6 +24,7 @@ option(
value : ['auto'],
choices : [
'', 'auto', 'x11', 'wayland', 'drm', 'surfaceless', 'haiku', 'android',
+ 'windows',
],
description : 'window systems to support. If this is set to `auto`, all platforms applicable will be enabled.'
)