[oe-commits] [openembedded-core] 47/116: harfbuzz: add explicit dependency on fontconfig

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 11:29:33 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 04129baea57ca6c10a196cb4bf3c4d72e69c8b34
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Tue Feb 23 10:54:25 2016 -0800

    harfbuzz: add explicit dependency on fontconfig
    
    The fontconfig dependency was previously met indirectly (via cairo).
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/harfbuzz/harfbuzz_1.2.1.bb | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.1.bb
index f88e634..fead2d3 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.1.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
                     file://src/hb-ucdn/COPYING;md5=994ba0f1295f15b4bda4999a5bbeddef \
 "
 
-DEPENDS = "glib-2.0 cairo freetype"
+DEPENDS = "glib-2.0 cairo fontconfig freetype"
 
 SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
 
@@ -20,7 +20,13 @@ inherit autotools pkgconfig lib_package
 PACKAGECONFIG ??= "icu"
 PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu"
 
-EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2"
+EXTRA_OECONF = " \
+    --with-cairo \
+    --with-fontconfig \
+    --with-freetype \
+    --with-glib \
+    --without-graphite2 \
+"
 
 PACKAGES =+ "${PN}-icu ${PN}-icu-dev"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list