diff options
author | Phil Blundell <pb@pbcl.net> | 2011-06-27 16:24:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-29 14:46:52 +0100 |
commit | ff997f45827db9b64128b30cd7d2a365d064128d (patch) | |
tree | 1f968d22d6526cc9d45c5909fc2345a2578e6b15 | |
parent | 8064c6329051f822bd689f244e2326213bb7602e (diff) | |
download | poky-ff997f45827db9b64128b30cd7d2a365d064128d.tar.gz |
fontconfig: specify font directory in EXTRA_OECONF
since, otherwise, fontconfig's builtin default may not match ${datadir}.
(From OE-Core rev: 99d8d574f15d6bd2294b340da20bd9a47af79f9f)
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/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 ae0fef5203..5381065256 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" | |||
20 | 20 | ||
21 | DEPENDS = "expat freetype zlib" | 21 | DEPENDS = "expat freetype zlib" |
22 | 22 | ||
23 | PR = "r1" | 23 | PR = "r3" |
24 | 24 | ||
25 | SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \ | 25 | SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \ |
26 | file://fix-pkgconfig.patch \ | 26 | file://fix-pkgconfig.patch \ |
@@ -45,7 +45,7 @@ inherit autotools pkgconfig | |||
45 | 45 | ||
46 | export HASDOCBOOK="no" | 46 | export HASDOCBOOK="no" |
47 | 47 | ||
48 | EXTRA_OECONF = " --disable-docs --with-arch=${HOST_ARCH}" | 48 | EXTRA_OECONF = " --disable-docs --with-arch=${HOST_ARCH} --with-default-fonts=${datadir}/fonts" |
49 | EXTRA_OEMAKE = "FC_LANG=fc-lang FC_GLYPHNAME=fc-glyphname" | 49 | EXTRA_OEMAKE = "FC_LANG=fc-lang FC_GLYPHNAME=fc-glyphname" |
50 | 50 | ||
51 | # The tarball has some of the patched files as read only, which | 51 | # The tarball has some of the patched files as read only, which |