summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/fontconfig
diff options
context:
space:
mode:
authorPhil Blundell <pb@pbcl.net>2011-06-27 16:24:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-29 14:46:52 +0100
commitff997f45827db9b64128b30cd7d2a365d064128d (patch)
tree1f968d22d6526cc9d45c5909fc2345a2578e6b15 /meta/recipes-graphics/fontconfig
parent8064c6329051f822bd689f244e2326213bb7602e (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-graphics/fontconfig')
-rw-r--r--meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb4
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
21DEPENDS = "expat freetype zlib" 21DEPENDS = "expat freetype zlib"
22 22
23PR = "r1" 23PR = "r3"
24 24
25SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \ 25SRC_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
46export HASDOCBOOK="no" 46export HASDOCBOOK="no"
47 47
48EXTRA_OECONF = " --disable-docs --with-arch=${HOST_ARCH}" 48EXTRA_OECONF = " --disable-docs --with-arch=${HOST_ARCH} --with-default-fonts=${datadir}/fonts"
49EXTRA_OEMAKE = "FC_LANG=fc-lang FC_GLYPHNAME=fc-glyphname" 49EXTRA_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