foot: cleanup

This commit is contained in:
MarkusVolk 2021-09-07 15:52:55 +02:00
parent 752932336f
commit a681bbe62e

View File

@ -28,7 +28,6 @@ S = "${WORKDIR}/git"
PV = "1.9.0" PV = "1.9.0"
SRCREV = "${PV}" SRCREV = "${PV}"
PACKAGECONFIG[terminfo] = "-Dterminfo=enabled,-Dterminfo=disabled,ncurses-native"
PACKAGECONFIG[grapheme-clustering] = "-Dgrapheme-clustering=enabled,-Dgrapheme-clustering=disabled,utf8proc" PACKAGECONFIG[grapheme-clustering] = "-Dgrapheme-clustering=enabled,-Dgrapheme-clustering=disabled,utf8proc"
PACKAGECONFIG[docs] = "-Ddocs=enabled,-Ddocs=disabled,scdoc-native" PACKAGECONFIG[docs] = "-Ddocs=enabled,-Ddocs=disabled,scdoc-native"
@ -36,11 +35,13 @@ PACKAGECONFIG ?= " \
grapheme-clustering \ grapheme-clustering \
" "
EXTRA_OEMESON += "--buildtype=release -Dterminfo=disabled"
# Hack! tic from ncurses-native fails to generate the terminfo files. Use hosts tic instead. # Hack! tic from ncurses-native fails to generate the terminfo files. Use hosts tic instead.
# ncurses-bin needs to be installed. # ncurses-bin needs to be installed.
do_install:append() { do_install:append() {
install -d ${D}${datadir}/foot/terminfo install -d ${D}${datadir}/terminfo
/usr/bin/tic -o ${D}${datadir}/foot/terminfo -x -e foot,foot-direct ${S}/foot.info /usr/bin/tic -o ${D}${datadir}/terminfo -x -e foot,foot-direct ${S}/foot.info
} }
inherit meson pkgconfig features_check inherit meson pkgconfig features_check