summaryrefslogtreecommitdiffstats
path: root/src/firstboot/meson.build
blob: 28c1d2703a8658b43edbc910bfafd2165e4e2a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: LGPL-2.1-or-later

executables += [
        executable_template + {
                'name' : 'systemd-firstboot',
                'public' : true,
                'conditions' : ['ENABLE_FIRSTBOOT'],
                'sources' : files('firstboot.c'),
                'dependencies' : libcrypt,
        },
]