From 884877bc0e05d7ec7470e632d4554160e31729c7 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 9 Jul 2023 16:32:33 +0200 Subject: [PATCH] Add metronome explicitly as dependency --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f6c7245..1b60752 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="biboumi" +pkg_dependencies="metronome biboumi" #================================================= # PERSONAL HELPERS