summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-11-15 17:31:32 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-11-22 12:47:43 -0800
commit4b61b07e4b61fdb8ed90a02f3716e608b4d10fc8 (patch)
treef47579e648097659546c4e7e46fe6d7d156561e1 /meson_options.txt
parentb5d98a101bf57f8648f32637f504af9e60fb223e (diff)
meson: Convert platform to auto
This is necessary to support operating systems other than the *nix family (excluding macOS). For Linux nothing has changed, the defaults are still the same. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6c9cd33998c..1134a250295 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -21,8 +21,8 @@
option(
'platforms',
type : 'string',
- value : 'x11,wayland,drm,surfaceless',
- description : 'comma separated list of window systems to support. wayland, x11, surfaceless, drm, etc.'
+ value : 'auto',
+ description : 'comma separated list of window systems to support. If this is set to auto all platforms applicable to the OS will be enabled.'
)
option(
'dri3',