Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v245-rc1
/
.
/
src
/
pstore
/
meson.build
blob: adbac24b5495612a4be76a50bd7cbf5cd32f4f1c [
file
] [
log
] [
blame
] [
raw
]
# SPDX-License-Identifier: LGPL-2.1+
systemd_pstore_sources
=
files
(
'''
pstore.c
'''
.
split
())
if
conf
.
get
(
'ENABLE_PSTORE'
)
==
1
install_data
(
'pstore.conf'
,
install_dir
:
pkgsysconfdir
)
endif