docs: use meson instead invoking ninja directly
This approach is available since meson 0.47.0 which we depend on. Reviewed-by: Sergi Blanch-Torné <sergi.blanch.torne@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23127>
This commit is contained in:
@@ -191,7 +191,7 @@ example, if the ``find`` command listed ``/usr/lib64/dri``, then set
|
||||
After determining the correct values for the install location, configure
|
||||
Mesa with
|
||||
``meson configure --prefix=/usr --libdir=xxx -D dri-drivers-path=xxx``
|
||||
and then install with ``sudo ninja install``.
|
||||
and then install with ``sudo meson install``.
|
||||
|
||||
3. Runtime / Rendering Problems
|
||||
-------------------------------
|
||||
|
Reference in New Issue
Block a user