summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb')
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb
new file mode 100644
index 0000000000..a18dafea46
--- /dev/null
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb
@@ -0,0 +1,37 @@
1SUMMARY = "Text shaping library"
2DESCRIPTION = "HarfBuzz is an OpenType text shaping engine."
3HOMEPAGE = "http://www.freedesktop.org/wiki/Software/HarfBuzz"
4BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=HarfBuzz"
5
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
8 file://src/hb-ucdn/COPYING;md5=994ba0f1295f15b4bda4999a5bbeddef \
9"
10
11SECTION = "libs"
12
13SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${PV}.tar.bz2 \
14"
15
16SRC_URI[md5sum] = "491b631239f51dcd4f7934775306c4e7"
17SRC_URI[sha256sum] = "dc6e5997a569526cd28147a80a0f65466e87ae617753b38704a60184bc6d6bee"
18
19inherit autotools pkgconfig
20
21DEPENDS = "glib-2.0 cairo freetype"
22
23BBCLASSEXTEND = "native"
24
25EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2"
26
27PACKAGECONFIG = ""
28PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu"
29
30PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev"
31
32FILES_${PN}-icu = "${libdir}/libharfbuzz-icu.so.*"
33FILES_${PN}-icu-dbg = "${libdir}/.debug/libharfbuzz-icu.so*"
34FILES_${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \
35 ${libdir}/libharfbuzz-icu.so \
36 ${libdir}/pkgconfig/harfbuzz-icu.pc \
37"