diff --git a/docs/meson.html b/docs/meson.html index f394a22fc2a..29907a60a9c 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -67,6 +67,14 @@ command are in the form -D "command"="value". meson configure build/ -Dprefix=/tmp/install -Dglx=true +

+Note that options taking lists (such as platforms) are +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=[]). +

+

Once you've run the initial meson command successfully you can use your configured backend to build the project. With ninja, the -C option can be