diff options
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_0.9.22.bb | 7 |
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 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||
21 | DEPENDS = "icu glib-2.0 cairo freetype" | 21 | DEPENDS = "glib-2.0 cairo freetype" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |
24 | 24 | ||
25 | EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --with-icu --without-graphite2" | 25 | EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2" |
26 | |||
27 | PACKAGECONFIG = "" | ||
28 | PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu" | ||
26 | 29 | ||
27 | PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev" | 30 | PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev" |
28 | 31 | ||