Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v247-rc2
/
.
/
src
/
pstore
/
meson.build
blob: 6c0ab0563b5345dc1bbe813f2c8a41c8e3ca78c0 [
file
] [
log
] [
blame
] [
raw
]
# SPDX-License-Identifier: LGPL-2.1-or-later
systemd_pstore_sources
=
files
(
'''
pstore.c
'''
.
split
())
if
conf
.
get
(
'ENABLE_PSTORE'
)
==
1
and
install_sysconfdir
install_data
(
'pstore.conf'
,
install_dir
:
pkgsysconfdir
)
endif