]> git.ipfire.org Git - thirdparty/lxc.git/commit
meson.build: allow explicit distrosysconfdir
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Tue, 9 Aug 2022 15:24:09 +0000 (22:24 +0700)
committerAleksa Sarai <cyphar@cyphar.com>
Fri, 28 Oct 2022 03:33:19 +0000 (14:33 +1100)
commit5313e50484c1f00d588dfbf108113a272784cff2
tree8922ab819714db3af4625e62b2f73edd9f3c39e4
parent0539095ac7130559093360c81cff8979f0de88e6
meson.build: allow explicit distrosysconfdir

Allows either:

- Build inside minimal-and-clean chroot with neither
  /etc/sysconfig nor /etc/default available.
- Cross Compile lxc from foreign distro,
  let's say host distro uses /etc/sysconfig and build distro
  uses /etc/default and vice versus.

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
meson.build
meson_options.txt