docs: fix "empty array" meson syntax
authorEric Engestrom <eric.engestrom@intel.com>
Wed, 19 Jun 2019 12:29:49 +0000 (13:29 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Sun, 4 Aug 2019 11:21:19 +0000 (12:21 +0100)
On recent versions of Meson (0.47+) these are synonymous, but we still
support older versions than that, so let's use the correct syntax to
avoid confusing users of old Meson versions.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
docs/osmesa.html

index cc806ca022a2e7fb1aba401d399924af286db885..7ad512e28e7d77179f88e522e191621a92ed3ca6 100644 (file)
@@ -51,7 +51,7 @@ There are several examples of OSMesa in the mesa/demos repository.
 Configure and build Mesa with something like:
 
 <pre>
-meson builddir -Dosmesa=gallium -Dgallium-drivers=swrast -Ddri-drivers= -Dvulkan-drivers= -Dprefix=$PWD/builddir/install
+meson builddir -Dosmesa=gallium -Dgallium-drivers=swrast -Ddri-drivers=[] -Dvulkan-drivers=[] -Dprefix=$PWD/builddir/install
 ninja -C builddir install
 </pre>