diff mbox series

[2/2] libraqm: New recipe for a library for complex text layout

Message ID 29e7d628f1233a495a4094bc979d27a4061c9542.1776367877.git.joerg.sommer@navimatix.de
State Under Review
Headers show
Series [1/2] gd: Support PACKAGECONFIG | expand

Commit Message

Jörg Sommer April 16, 2026, 7:31 p.m. UTC
From: Jörg Sommer <joerg.sommer@navimatix.de>

Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
---
 .../libraqm/libraqm_0.10.5.bb                 | 25 +++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/libraqm/libraqm_0.10.5.bb
diff mbox series

Patch

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 @@ 
+SUMMARY = "A library for complex text layout"
+DESCRIPTION = "\
+    Raqm is a small library that encapsulates the logic for complex text \
+    layout and provides a convenient API. It currently provides bidirectional \
+    text support (using FriBiDi or SheenBidi), shaping (using HarfBuzz), and \
+    proper script itemization. As a result, Raqm can support most writing \
+    systems covered by Unicode. \
+"
+HOMEPAGE = "https://github.com/HOST-Oman/libraqm"
+BUGTRACKER = "https://github.com/HOST-Oman/libraqm/issues"
+SECTION = "graphics"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7dc444a99e2824eac906383266fe4fa6"
+
+SRC_URI = "git://github.com/HOST-Oman/libraqm.git;protocol=https;branch=main;tag=v${PV}"
+SRCREV = "3a6b891a3db0e0db1364aa38088422f68d8d81e6"
+
+DEPENDS = "freetype fribidi harfbuzz"
+
+inherit meson pkgconfig
+
+PACKAGECONFIG ?= ""
+
+PACKAGECONFIG[sheenbidi] = "-Dsheenbidi=true,-Dsheenbidi=false,sheenbidi"