mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
foot: enable grapheme-cluster shaping
This commit is contained in:
parent
c7315e45ce
commit
ebd4946140
@ -30,8 +30,10 @@ PV = "1.8.0"
|
|||||||
SRCREV = "${PV}"
|
SRCREV = "${PV}"
|
||||||
|
|
||||||
PACKAGECONFIG[terminfo] = "-Dterminfo=enabled,-Dterminfo=disabled,ncurses-native"
|
PACKAGECONFIG[terminfo] = "-Dterminfo=enabled,-Dterminfo=disabled,ncurses-native"
|
||||||
|
PACKAGECONFIG[grapheme-clustering] = "-Dgrapheme-clustering=enabled,-Dgrapheme-clustering=disabled,utf8proc"
|
||||||
|
|
||||||
PACKAGECONFIG ?= " \
|
PACKAGECONFIG ?= " \
|
||||||
|
grapheme-clustering \
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check
|
||||||
|
21
recipes-support/foot/utf8proc_git.bb
Normal file
21
recipes-support/foot/utf8proc_git.bb
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
SUMMARY = "A small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding."
|
||||||
|
HOMEPAGE = "https://github.com/JuliaStrings/utf8proc"
|
||||||
|
BUGTRACKER = "https://github.com/JuliaStrings/utf8proc/issues"
|
||||||
|
SECTION = "base/shell"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=97fe1c51de5d175e7564531e7955381d"
|
||||||
|
|
||||||
|
SRC_URI = " \
|
||||||
|
git://github.com/JuliaStrings/utf8proc.git;protocol=https \
|
||||||
|
"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "2.6.1"
|
||||||
|
SRCREV = "v${PV}"
|
||||||
|
|
||||||
|
EXTRA_OEMAKE = "prefix=${prefix}"
|
||||||
|
|
||||||
|
inherit autotools-brokensep pkgconfig
|
||||||
|
|
||||||
|
BBCLASSEXTEND = ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user