diff --git a/meson.build b/meson.build index 50714d0234..564ef6c83d 100644 --- a/meson.build +++ b/meson.build @@ -3822,6 +3822,7 @@ foreach tuple : [ ['kernel-install', get_option('kernel-install')], ['systemd-analyze', conf.get('ENABLE_ANALYZE') == 1], ['fexecve'], + ['standalone-binaries', get_option('standalone-binaries')], ] if tuple.length() >= 2