diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-06-25 09:11:55 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-08-01 08:54:45 +0200 |
commit | c8c7877167fa1af951a969b99e98509753c76818 (patch) | |
tree | f0f1decca9e13776a7d776bdd97ddcd55b63c23c /src/vconsole/meson.build | |
parent | meson: move declarations of pstore, oomd, and binfmt (diff) | |
download | systemd-c8c7877167fa1af951a969b99e98509753c76818.tar.xz systemd-c8c7877167fa1af951a969b99e98509753c76818.zip |
meson: move declarations of random-seed, vconsole, and sysupdate
Diffstat (limited to 'src/vconsole/meson.build')
-rw-r--r-- | src/vconsole/meson.build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vconsole/meson.build b/src/vconsole/meson.build new file mode 100644 index 0000000000..111083c447 --- /dev/null +++ b/src/vconsole/meson.build @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +executables += [ + libexec_template + { + 'name' : 'systemd-vconsole-setup', + 'conditions' : ['ENABLE_VCONSOLE'], + 'sources' : files('vconsole-setup.c'), + }, +] |