From bc2d73c36bd5dbc3f650c29f60a03d548459c5b0 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 30 Sep 2019 11:02:31 -0700 Subject: [PATCH] docs: use https for mesonbuild.com Reviewed-by: Eric Engestrom --- docs/meson.html | 8 ++++---- 1 file 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 @@

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.

-- 2.30.2