summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/libraqm/libraqm_0.10.5.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libraqm/libraqm_0.10.5.bb b/meta-oe/recipes-graphics/libraqm/libraqm_0.10.5.bb
new file mode 100644
index 0000000000..8eaaee4492
--- /dev/null
+++ b/meta-oe/recipes-graphics/libraqm/libraqm_0.10.5.bb
@@ -0,0 +1,25 @@
1SUMMARY = "A library for complex text layout"
2DESCRIPTION = "\
3 Raqm is a small library that encapsulates the logic for complex text \
4 layout and provides a convenient API. It currently provides bidirectional \
5 text support (using FriBiDi or SheenBidi), shaping (using HarfBuzz), and \
6 proper script itemization. As a result, Raqm can support most writing \
7 systems covered by Unicode. \
8"
9HOMEPAGE = "https://github.com/HOST-Oman/libraqm"
10BUGTRACKER = "https://github.com/HOST-Oman/libraqm/issues"
11SECTION = "graphics"
12
13LICENSE = "MIT"
14LIC_FILES_CHKSUM = "file://COPYING;md5=7dc444a99e2824eac906383266fe4fa6"
15
16SRC_URI = "git://github.com/HOST-Oman/libraqm.git;protocol=https;branch=main;tag=v${PV}"
17SRCREV = "3a6b891a3db0e0db1364aa38088422f68d8d81e6"
18
19DEPENDS = "freetype fribidi harfbuzz"
20
21inherit meson pkgconfig
22
23PACKAGECONFIG ?= ""
24
25PACKAGECONFIG[sheenbidi] = "-Dsheenbidi=true,-Dsheenbidi=false,sheenbidi"