From: Dylan Baker Date: Mon, 30 Sep 2019 18:02:31 +0000 (-0700) Subject: docs: use https for mesonbuild.com X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc2d73c36bd5dbc3f650c29f60a03d548459c5b0;p=mesa.git docs: use https for mesonbuild.com Reviewed-by: Eric Engestrom --- 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 @@

1. Introduction

For general information about Meson see the -Meson website.

+Meson website.

Mesa's Meson build system is generally considered stable and ready for production.

@@ -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 - + separate build directory for each configuration you might want to use.

@@ -119,7 +119,7 @@ meson configure build/ -Dprefix=/tmp/install -Dglx=true

Note that options taking lists (such as platforms) are -a bit +a bit more complicated, but the simplest form compatible with Mesa options is to use a comma to separate values (-D platforms=drm,wayland) and brackets to represent an empty list (-D platforms=[]). @@ -224,7 +224,7 @@ ninja -C build-clang

The default compilers depends on your operating system. Meson supports most of the popular compilers, a complete list is available -here. +here.