mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 18:00:10 +01:00
docs: fix "empty array" meson syntax
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>
This commit is contained in:
parent
1361ab3c82
commit
a1da8eccbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue