From 469df8e7ea2b0beb8c64586f764092972a0b2f8b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 26 Dec 2022 06:50:28 +0100 Subject: [PATCH] foot: remove RRECCOMENDS on xdg-utils xdg-open and xdg-email are provided by both xdg-utils and flatpak-xdg-utils. --- 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 f581ce0..4813a4e 100644 --- a/recipes-support/foot/foot_git.bb +++ b/recipes-support/foot/foot_git.bb @@ -16,7 +16,7 @@ DEPENDS = " \ wayland-native \ " -RRECOMMENDS:${PN} = "ncurses-terminfo xdg-utils" +RRECOMMENDS:${PN} = "ncurses-terminfo" SRC_URI = " \ git://codeberg.org/dnkl/foot.git;protocol=https;branch=master \