foot: update

This commit is contained in:
MarkusVolk
2021-11-15 09:14:43 +01:00
parent e3c79d5306
commit 93b3535664
2 changed files with 13 additions and 3 deletions

View File

@ -20,10 +20,18 @@ SRC_URI = " \
"
S = "${WORKDIR}/git"
PV = "2.4.6"
PV = "2.5.0"
SRCREV = "${PV}"
inherit meson pkgconfig
PACKAGECONFIG[grapheme-shaping] = "-Dgrapheme-shaping=enabled,-Dgrapheme-shaping=disabled,utf8proc"
PACKAGECONFIG[run-shaping] = "-Drun-shaping=enabled,-Drun-shaping=disabled,utf8proc"
PACKAGECONFIG ?= " \
grapheme-shaping \
run-shaping \
"
BBCLASSEXTEND = ""