From a8c232eb013ab2b250b2441ee341f751dca74a7b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 29 Aug 2021 07:17:08 +0200 Subject: [PATCH] foot: update --- recipes-support/foot/foot_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-support/foot/foot_git.bb b/recipes-support/foot/foot_git.bb index 9282f95..7984e32 100644 --- a/recipes-support/foot/foot_git.bb +++ b/recipes-support/foot/foot_git.bb @@ -16,7 +16,6 @@ DEPENDS = " \ pixman \ wayland \ wayland-native \ - scdoc-native \ " RRECOMMENDS:${PN} = "xdg-utils" @@ -26,11 +25,12 @@ SRC_URI = " \ " S = "${WORKDIR}/git" -PV = "1.8.2" +PV = "1.9.0" SRCREV = "${PV}" PACKAGECONFIG[terminfo] = "-Dterminfo=enabled,-Dterminfo=disabled,ncurses-native" PACKAGECONFIG[grapheme-clustering] = "-Dgrapheme-clustering=enabled,-Dgrapheme-clustering=disabled,utf8proc" +PACKAGECONFIG[docs] = "-Ddocs=enabled,-Ddocs=disabled,scdoc-native" PACKAGECONFIG ?= " \ grapheme-clustering \