diff --git a/meson.build b/meson.build index 13388b2..05d6ce7 100644 --- a/meson.build +++ b/meson.build @@ -15,6 +15,7 @@ endif go = find_program('go') go_md2man = find_program('go-md2man') +podman = find_program('podman') codespell = find_program('codespell', required: false) shellcheck = find_program('shellcheck', required: false)