diff options
| -rw-r--r-- | meta-oe/recipes-graphics/libraqm/libraqm_0.10.5.bb | 25 |
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 @@ | |||
| 1 | SUMMARY = "A library for complex text layout" | ||
| 2 | DESCRIPTION = "\ | ||
| 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 | " | ||
| 9 | HOMEPAGE = "https://github.com/HOST-Oman/libraqm" | ||
| 10 | BUGTRACKER = "https://github.com/HOST-Oman/libraqm/issues" | ||
| 11 | SECTION = "graphics" | ||
| 12 | |||
| 13 | LICENSE = "MIT" | ||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=7dc444a99e2824eac906383266fe4fa6" | ||
| 15 | |||
| 16 | SRC_URI = "git://github.com/HOST-Oman/libraqm.git;protocol=https;branch=main;tag=v${PV}" | ||
| 17 | SRCREV = "3a6b891a3db0e0db1364aa38088422f68d8d81e6" | ||
| 18 | |||
| 19 | DEPENDS = "freetype fribidi harfbuzz" | ||
| 20 | |||
| 21 | inherit meson pkgconfig | ||
| 22 | |||
| 23 | PACKAGECONFIG ?= "" | ||
| 24 | |||
| 25 | PACKAGECONFIG[sheenbidi] = "-Dsheenbidi=true,-Dsheenbidi=false,sheenbidi" | ||
