summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz_0.9.22.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.22.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.22.bb
index e315f7803d..26f3f388ce 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.22.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.22.bb
@@ -18,11 +18,14 @@ SRC_URI[sha256sum] = "989680807e76197418338e44f226e02f155f33031efd9aff14dbc4dc14
18 18
19inherit autotools pkgconfig 19inherit autotools pkgconfig
20 20
21DEPENDS = "icu glib-2.0 cairo freetype" 21DEPENDS = "glib-2.0 cairo freetype"
22 22
23BBCLASSEXTEND = "native" 23BBCLASSEXTEND = "native"
24 24
25EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --with-icu --without-graphite2" 25EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2"
26
27PACKAGECONFIG = ""
28PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu"
26 29
27PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev" 30PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev"
28 31