From a681bbe62e16677c31cbb3c7c28e6830bb8f7a55 Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Tue, 7 Sep 2021 15:52:55 +0200 Subject: [PATCH] foot: cleanup --- recipes-support/foot/foot_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-support/foot/foot_git.bb b/recipes-support/foot/foot_git.bb index fed35a8..aac0815 100644 --- a/recipes-support/foot/foot_git.bb +++ b/recipes-support/foot/foot_git.bb @@ -28,7 +28,6 @@ S = "${WORKDIR}/git" 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" @@ -36,11 +35,13 @@ PACKAGECONFIG ?= " \ grapheme-clustering \ " +EXTRA_OEMESON += "--buildtype=release -Dterminfo=disabled" + # Hack! tic from ncurses-native fails to generate the terminfo files. Use hosts tic instead. # ncurses-bin needs to be installed. do_install:append() { - install -d ${D}${datadir}/foot/terminfo - /usr/bin/tic -o ${D}${datadir}/foot/terminfo -x -e foot,foot-direct ${S}/foot.info + install -d ${D}${datadir}/terminfo + /usr/bin/tic -o ${D}${datadir}/terminfo -x -e foot,foot-direct ${S}/foot.info } inherit meson pkgconfig features_check