]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Introduce initconfdir option
authorAndrea Bolognani <abologna@redhat.com>
Sat, 29 Apr 2023 16:13:56 +0000 (18:13 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 5 May 2023 13:08:19 +0000 (15:08 +0200)
commit9850b37e3942c7309ee54fe3f13421ccda660b74
tree3619c2054aa4f6b19b4a3987f1b92002dd5fe8c9
parent4419e74117b3bb17c61cd7a612b5801ab99ad547
meson: Introduce initconfdir option

Right now we expect the configuration files for init scripts
to live in /etc/sysconfig, but that location is only used by
RHEL- and SUSE-derived distros.

This means that packagers for other distros have to patch
things as part of the build process, while people building
from source will get wonky integration.

This new option will provide a convenient way to override
the default location at build time that is usable by distro
packagers and people building from source alike.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
meson.build
meson_options.txt