]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completions: install new completions which were forgotten
authorArthur Zamarin <arthurzam@gentoo.org>
Fri, 26 Apr 2024 15:43:38 +0000 (18:43 +0300)
committerArthur Zamarin <arthurzam@gentoo.org>
Fri, 26 Apr 2024 15:45:13 +0000 (18:45 +0300)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
shell-completion/bash/meson.build

index 1588b538d817d1d6ca60c0b77c76a9ed9946f5be..16307fe3261dae875dc426a64c337ab2b9a9d115 100644 (file)
@@ -35,6 +35,7 @@ items = [['busctl',              ''],
          ['coredumpctl',         'ENABLE_COREDUMP'],
          ['homectl',             'ENABLE_HOMED'],
          ['hostnamectl',         'ENABLE_HOSTNAMED'],
+         ['importctl',           'ENABLE_IMPORTD'],
          ['kernel-install',      'ENABLE_KERNEL_INSTALL'],
          ['localectl',           'ENABLE_LOCALED'],
          ['loginctl',            'ENABLE_LOGIND'],
@@ -44,6 +45,7 @@ items = [['busctl',              ''],
          ['portablectl',         'ENABLE_PORTABLED'],
          ['resolvectl',          'ENABLE_RESOLVE'],
          ['systemd-cryptenroll', 'HAVE_LIBCRYPTSETUP'],
+         ['systemd-confext',     'ENABLE_SYSEXT'],
          ['systemd-dissect',     'HAVE_BLKID'],
          ['systemd-resolve',     'ENABLE_RESOLVE'],
          ['systemd-sysext',      'ENABLE_SYSEXT'],