mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 20:00:09 +01:00
ci: avoid building manpages on Fedora
It appears that xsltproc is not installed there. It is generally needed for the docs build too, so as a crude CI heuristic, don't build anywhere that docs are disabled.
This commit is contained in:
parent
a11760ef39
commit
fe62ce6a4b
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ meson setup build \
|
|||
-D libpsl=false \
|
||||
-D vapi=false \
|
||||
-D introspection=$_WITH_DOCS \
|
||||
-D man=$_WITH_DOCS \
|
||||
-D qt=false \
|
||||
-D crypto=$_WITH_CRYPTO \
|
||||
-D docs=$_WITH_DOCS \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue