diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2019-09-30 11:02:31 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2019-09-30 18:27:52 +0000 |
commit | bc2d73c36bd5dbc3f650c29f60a03d548459c5b0 (patch) | |
tree | cfaa107065a760e55e34092e56b953b327acbbef /docs | |
parent | 5d11a828e10916e38526a3ae7334353102b5d0c6 (diff) | |
download | mesa-bc2d73c36bd5dbc3f650c29f60a03d548459c5b0.tar.gz mesa-bc2d73c36bd5dbc3f650c29f60a03d548459c5b0.tar.bz2 mesa-bc2d73c36bd5dbc3f650c29f60a03d548459c5b0.zip |
docs: use https for mesonbuild.com
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/meson.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/meson.html b/docs/meson.html index d46741e6799..1522adc22d6 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -26,7 +26,7 @@ <h2 id="intro">1. Introduction</h2> <p>For general information about Meson see the -<a href="http://mesonbuild.com/">Meson website</a>.</p> +<a href="https://mesonbuild.com/">Meson website</a>.</p> <p><strong>Mesa's Meson build system is generally considered stable and ready for production.</strong></p> @@ -70,7 +70,7 @@ Meson only supports out-of-tree builds, and must be passed a directory to put built and generated sources into. We'll call that directory "build" here. It's recommended to create a -<a href="http://mesonbuild.com/Using-multiple-build-directories.html"> +<a href="https://mesonbuild.com/Using-multiple-build-directories.html"> separate build directory</a> for each configuration you might want to use. </p> @@ -119,7 +119,7 @@ meson configure build/ -Dprefix=/tmp/install -Dglx=true <p> Note that options taking lists (such as <code>platforms</code>) are -<a href="http://mesonbuild.com/Build-options.html#using-build-options">a bit +<a href="https://mesonbuild.com/Build-options.html#using-build-options">a bit more complicated</a>, but the simplest form compatible with Mesa options is to use a comma to separate values (<code>-D platforms=drm,wayland</code>) and brackets to represent an empty list (<code>-D platforms=[]</code>). @@ -224,7 +224,7 @@ ninja -C build-clang <p> The default compilers depends on your operating system. Meson supports most of the popular compilers, a complete list is available -<a href="http://mesonbuild.com/Reference-tables.html#compiler-ids">here</a>. +<a href="https://mesonbuild.com/Reference-tables.html#compiler-ids">here</a>. </p> </dd> |