diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-11-15 17:31:32 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-11-22 12:47:43 -0800 |
commit | 4b61b07e4b61fdb8ed90a02f3716e608b4d10fc8 (patch) | |
tree | f47579e648097659546c4e7e46fe6d7d156561e1 /meson_options.txt | |
parent | b5d98a101bf57f8648f32637f504af9e60fb223e (diff) | |
download | mesa-4b61b07e4b61fdb8ed90a02f3716e608b4d10fc8.tar.gz mesa-4b61b07e4b61fdb8ed90a02f3716e608b4d10fc8.tar.bz2 mesa-4b61b07e4b61fdb8ed90a02f3716e608b4d10fc8.zip |
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.txt | 4 |
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', |