summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-04-15 17:58:25 +0200
committerJakov Smolic <jakov.smolic@sartura.hr>2020-04-16 10:40:31 +0200
commitf30bf4d937de4ef69fedc4e73fabe43b8955bed6 (patch)
tree56f55d02d0975563a44f92057828a30ca98068e4 /meson.build
parentdd0f79523f04ea07575af0cdfc218b16e9010110 (diff)
downloadsystemd-f30bf4d937de4ef69fedc4e73fabe43b8955bed6.tar.gz
Include new configure options in features list
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8a9f4d08ed..209971cc10 100644
--- a/meson.build
+++ b/meson.build
@@ -3500,6 +3500,8 @@ foreach tuple : [
['link-systemctl-shared', get_option('link-systemctl-shared')],
['link-networkd-shared', get_option('link-networkd-shared')],
['link-timesyncd-shared', get_option('link-timesyncd-shared')],
+ ['kernel-install', get_option('kernel-install')],
+ ['systemd-analyze', get_option('analyze')],
]
if tuple.length() >= 2