summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_2.5.3.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.5.3.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb
index a90ff52255..b0f565b9b0 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.5.3.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb
@@ -5,25 +5,25 @@ BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=HarfBuzz"
5SECTION = "libs" 5SECTION = "libs"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://COPYING;md5=e11f5c3149cdec4bb309babb020b32b9 \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=e11f5c3149cdec4bb309babb020b32b9 \
8 file://src/hb-ucd.cc;md5=343f1797944de49ab2b5f5cf3126d3f2" 8 file://src/hb-ucd.cc;beginline=1;endline=15;md5=29d4dcb6410429195df67efe3382d8bc"
9 9
10DEPENDS = "glib-2.0 cairo fontconfig freetype" 10DEPENDS = "glib-2.0 cairo fontconfig freetype"
11 11
12SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.xz" 12SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.xz"
13SRC_URI[md5sum] = "29a310e74a90b4e4f6d62f3e74a571e5" 13SRC_URI[md5sum] = "89b758a2eb14d56a94406cf914b62388"
14SRC_URI[sha256sum] = "fed00dc797b7ba3ca943225f0a854baaed4c1640fff8a31d455cd3b5caec855c" 14SRC_URI[sha256sum] = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f"
15 15
16inherit autotools pkgconfig lib_package gtk-doc 16inherit autotools pkgconfig lib_package gtk-doc
17 17
18PACKAGECONFIG ??= "icu" 18PACKAGECONFIG ??= "icu"
19PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu" 19PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu"
20PACKAGECONFIG[graphite] = "--with-graphite2,--without-graphite2,graphite2"
20 21
21EXTRA_OECONF = " \ 22EXTRA_OECONF = " \
22 --with-cairo \ 23 --with-cairo \
23 --with-fontconfig \ 24 --with-fontconfig \
24 --with-freetype \ 25 --with-freetype \
25 --with-glib \ 26 --with-glib \
26 --without-graphite2 \
27" 27"
28 28
29PACKAGES =+ "${PN}-icu ${PN}-icu-dev" 29PACKAGES =+ "${PN}-icu ${PN}-icu-dev"