From 88c44c00c9e8772362e2de404d3caa036ae80eda Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Tue, 23 Nov 2021 18:28:44 +0100 Subject: [PATCH] foot: add ncurses-terminfo to RRECOMMENDS --- recipes-support/foot/foot_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/foot/foot_git.bb b/recipes-support/foot/foot_git.bb index 126c070..68895ee 100644 --- a/recipes-support/foot/foot_git.bb +++ b/recipes-support/foot/foot_git.bb @@ -16,7 +16,7 @@ DEPENDS = " \ wayland-native \ " -RRECOMMENDS:${PN} = "xdg-utils" +RRECOMMENDS:${PN} = "ncurses-terminfo xdg-utils" SRC_URI = " \ git://codeberg.org/dnkl/foot.git;protocol=https;branch=master \