diff options
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb index 99cd4cd708..80ab545e08 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb | |||
@@ -21,7 +21,7 @@ PACKAGECONFIG[glib] = "--with-glib,--without-glib,glib-2.0" | |||
21 | PACKAGECONFIG[graphite] = "--with-graphite2,--without-graphite2,graphite2" | 21 | PACKAGECONFIG[graphite] = "--with-graphite2,--without-graphite2,graphite2" |
22 | PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu" | 22 | PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu" |
23 | 23 | ||
24 | PACKAGES =+ "${PN}-icu ${PN}-icu-dev" | 24 | PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset" |
25 | 25 | ||
26 | LEAD_SONAME = "libharfbuzz.so" | 26 | LEAD_SONAME = "libharfbuzz.so" |
27 | 27 | ||
@@ -36,5 +36,6 @@ FILES_${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \ | |||
36 | ${libdir}/libharfbuzz-icu.so \ | 36 | ${libdir}/libharfbuzz-icu.so \ |
37 | ${libdir}/pkgconfig/harfbuzz-icu.pc \ | 37 | ${libdir}/pkgconfig/harfbuzz-icu.pc \ |
38 | " | 38 | " |
39 | FILES_${PN}-subset = "${libdir}/libharfbuzz-subset.so.*" | ||
39 | 40 | ||
40 | BBCLASSEXTEND = "native nativesdk" | 41 | BBCLASSEXTEND = "native nativesdk" |