docs: consistently use CMake
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>
This commit is contained in:
parent
f1bc496785
commit
dc235de196
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ Requirements
|
|||
+-----------------+--------------------------------+-------------------------------+
|
||||
|
||||
You can build only the x86 target by passing
|
||||
``-DLLVM_TARGETS_TO_BUILD=X86`` to cmake.
|
||||
``-DLLVM_TARGETS_TO_BUILD=X86`` to CMake.
|
||||
|
||||
Building
|
||||
--------
|
||||
|
|
|
|||
|
|
@ -268,7 +268,7 @@ should be used. It uses the same format as the native file above:
|
|||
llvm-config = '/usr/lib/llvm-config-32'
|
||||
cmake = '/usr/bin/cmake-for-my-arch'
|
||||
|
||||
Obviously, only cmake or llvm-config is required.
|
||||
Obviously, only CMake or llvm-config is required.
|
||||
|
||||
Then configure Meson:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue