xlnt: initial add 1.3.0+

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-11-21 10:57:06 +01:00
parent f52d234f77
commit 5264c60f23

View File

@@ -0,0 +1,13 @@
SUMMARY = "Font rendering capabilities for complex non-Roman writing systems"
HOMEPAGE = "https://github.com/tfussell/xlnt"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=edf9330898c89b4ef169be15be60107e"
inherit cmake
#DEPENDS += "freetype"
SRC_URI = "git://github.com/tfussell/xlnt.git"
SRCREV = "f30260153fcee7e1f775f25ff0cb2750e7826296"
S = "${WORKDIR}/git"
PV = "1.3.0+git${SRCPV}"