[oe-commits] Phil Blundell : fontconfig: specify font directory in EXTRA_OECONF

git version control git at git.openembedded.org
Wed Jun 29 13:36:30 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 99d8d574f15d6bd2294b340da20bd9a47af79f9f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=99d8d574f15d6bd2294b340da20bd9a47af79f9f

Author: Phil Blundell <pb at pbcl.net>
Date:   Mon Jun 27 16:24:08 2011 +0100

fontconfig: specify font directory in EXTRA_OECONF

since, otherwise, fontconfig's builtin default may not match ${datadir}.

Signed-off-by: Phil Blundell <philb at gnu.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../fontconfig/fontconfig_2.8.0.bb                 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb
index ae0fef5..5381065 100644
--- a/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb
+++ b/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb
@@ -20,7 +20,7 @@ SECTION = "libs"
 
 DEPENDS = "expat freetype zlib"
 
-PR = "r1"
+PR = "r3"
 
 SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \
            file://fix-pkgconfig.patch \
@@ -45,7 +45,7 @@ inherit autotools pkgconfig
 
 export HASDOCBOOK="no"
 
-EXTRA_OECONF = " --disable-docs --with-arch=${HOST_ARCH}"
+EXTRA_OECONF = " --disable-docs --with-arch=${HOST_ARCH} --with-default-fonts=${datadir}/fonts"
 EXTRA_OEMAKE = "FC_LANG=fc-lang FC_GLYPHNAME=fc-glyphname"
 
 # The tarball has some of the patched files as read only, which





More information about the Openembedded-commits mailing list