mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-05 00:16:48 +02:00
foot: update
This commit is contained in:
parent
4b2f63e706
commit
1b45416f3a
@ -25,7 +25,7 @@ SRC_URI = " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "1.9.0"
|
PV = "1.9.2"
|
||||||
SRCREV = "${PV}"
|
SRCREV = "${PV}"
|
||||||
|
|
||||||
PACKAGECONFIG[grapheme-clustering] = "-Dgrapheme-clustering=enabled,-Dgrapheme-clustering=disabled,utf8proc"
|
PACKAGECONFIG[grapheme-clustering] = "-Dgrapheme-clustering=enabled,-Dgrapheme-clustering=disabled,utf8proc"
|
||||||
@ -37,9 +37,12 @@ PACKAGECONFIG ?= " \
|
|||||||
|
|
||||||
EXTRA_OEMESON += "--buildtype=release -Dterminfo=disabled"
|
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() {
|
||||||
|
sed -i "s|@default_terminfo@|foot|" ${S}/foot.info
|
||||||
|
sed -i "s|@default_terminfo-direct@|foot-direct|" ${S}/foot.info
|
||||||
install -d ${D}${datadir}/terminfo
|
install -d ${D}${datadir}/terminfo
|
||||||
/usr/bin/tic -o ${D}${datadir}/terminfo -x -e foot,foot-direct ${S}/foot.info
|
/usr/bin/tic -o ${D}${datadir}/terminfo -x -e foot,foot-direct ${S}/foot.info
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user