mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
doc: fix heading levels of Meson hook documentation
Fixes: 10f35ff05d
("meson.setupHook: prefer meson commands over ninja")
This commit is contained in:
parent
682b6995b4
commit
31ebe7b459
1 changed files with 4 additions and 4 deletions
|
@ -12,11 +12,11 @@ By default, `enableParallelBuilding` is enabled as Meson supports parallel build
|
||||||
|
|
||||||
Controls the flags passed to `meson setup`.
|
Controls the flags passed to `meson setup`.
|
||||||
|
|
||||||
##### `mesonCheckFlags` {#mesoncheckflags}
|
### `mesonCheckFlags` {#mesoncheckflags}
|
||||||
|
|
||||||
Controls the flags passed to `meson test`.
|
Controls the flags passed to `meson test`.
|
||||||
|
|
||||||
##### `mesonInstallFlags` {#mesoninstallflags}
|
### `mesonInstallFlags` {#mesoninstallflags}
|
||||||
|
|
||||||
Controls the flags passed to `meson install`.
|
Controls the flags passed to `meson install`.
|
||||||
|
|
||||||
|
@ -36,10 +36,10 @@ What value to set [`-Dwrap_mode=`](https://mesonbuild.com/Builtin-options.html#c
|
||||||
|
|
||||||
Disables using Meson’s `configurePhase`.
|
Disables using Meson’s `configurePhase`.
|
||||||
|
|
||||||
##### `dontUseMesonCheck` {#dontusemesoncheck}
|
### `dontUseMesonCheck` {#dontusemesoncheck}
|
||||||
|
|
||||||
Disables using Meson’s `checkPhase`.
|
Disables using Meson’s `checkPhase`.
|
||||||
|
|
||||||
##### `dontUseMesonInstall` {#dontusemesoninstall}
|
### `dontUseMesonInstall` {#dontusemesoninstall}
|
||||||
|
|
||||||
Disables using Meson’s `installPhase`.
|
Disables using Meson’s `installPhase`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue