]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/pstore/meson.build
dynamically load compression libraries
[thirdparty/systemd.git] / src / pstore / meson.build
CommitLineData
db9ecf05 1# SPDX-License-Identifier: LGPL-2.1-or-later
9b4abc69 2
2c2c3daa
YW
3executables += [
4 libexec_template + {
5 'name' : 'systemd-pstore',
6 'conditions' : ['ENABLE_PSTORE'],
7 'sources' : files('pstore.c'),
8 'dependencies' : [
9 libacl,
3fc72d54
MC
10 liblz4_cflags,
11 libxz_cflags,
12 libzstd_cflags,
2c2c3daa
YW
13 threads,
14 ],
15 },
16]
9b4abc69 17
225d08b8 18if conf.get('ENABLE_PSTORE') == 1 and install_sysconfdir_samples
9b4abc69 19 install_data('pstore.conf',
6495361c 20 install_dir : pkgconfigfiledir)
9b4abc69 21endif