]> git.ipfire.org Git - thirdparty/lxc.git/commit
meson.build: allow explicit distrosysconfdir 4180/head
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Tue, 9 Aug 2022 15:24:09 +0000 (22:24 +0700)
committerĐoàn Trần Công Danh <congdanhqx@gmail.com>
Wed, 10 Aug 2022 00:12:44 +0000 (07:12 +0700)
commit16ebb29dccb35bf74e8a19e8c45d2513f927476f
tree8906df2582dcf38adfe3594ae952f9099e927914
parentcbbb09b56f0ab3a9054daf38987c4a5520480289
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