]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/firstboot/meson.build
Fix reference to FileDescriptorStoreMax= directive
[thirdparty/systemd.git] / src / firstboot / meson.build
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2
3 executables += [
4 executable_template + {
5 'name' : 'systemd-firstboot',
6 'public' : true,
7 'conditions' : ['ENABLE_FIRSTBOOT'],
8 'sources' : files('firstboot.c'),
9 'dependencies' : libcrypt,
10 },
11 ]