]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: default to -Dman=false to make development quicker 12519/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 9 May 2019 11:26:57 +0000 (13:26 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 9 May 2019 16:17:28 +0000 (18:17 +0200)
commit0b0673b61a777d642d5e4dfa06cca299339824b7
tree8250671ea106850f8e25d3b49eb78dcf31c13174
parente9bbff18e1cb7fc2ec209255c523780ad2e3dfce
meson: default to -Dman=false to make development quicker

This makes the default build much quicker. If people are building systemd for
packaging or actual installation, they probably need to set some more options
anyway (-Ddns-servers=, -Dntp-servers=), so adding -Dman=true is not a big
burden.

For CIs configured locally, -Dman=true is added to restore status quo ante.
meson_options.txt
semaphoreci/semaphore-runner.sh
travis-ci/managers/debian.sh
travis-ci/managers/fedora.sh
travis-ci/managers/xenial.sh