diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-04-11 14:32:52 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-14 20:22:32 +0200 |
commit | 5fa5c3e2d04622be74d0b7aa199ecdc8a02622fe (patch) | |
tree | f69ea287b67d8df74c8e056e967b1ae3b86ce778 /meson_options.txt | |
parent | 3cfb7cc50771ca6ee579217c1194534313f03d8d (diff) | |
download | systemd-5fa5c3e2d04622be74d0b7aa199ecdc8a02622fe.tar.gz |
Add meson build option to prevent building kernel-install
This commit introduces new meson build option "kernel-install" to prevent kernel-install from building if the user
sets the added option as "false".
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index d1c752fda2..3962565091 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -354,3 +354,5 @@ option('oss-fuzz', type : 'boolean', value : 'false', description : 'build against oss-fuzz') option('llvm-fuzz', type : 'boolean', value : 'false', description : 'build against LLVM libFuzzer') +option('kernel-install', type: 'boolean', value: 'true', + description : 'include kernel-install feature') |