From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.pbcl.net ([88.198.119.4] helo=hetzner.pbcl.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QbDj1-0008L6-R0 for openembedded-core@lists.openembedded.org; Mon, 27 Jun 2011 17:27:47 +0200 Received: from cambridge.roku.com ([81.142.160.137] helo=[172.30.1.145]) by hetzner.pbcl.net with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1QbDfV-0008OG-S2 for openembedded-core@lists.openembedded.org; Mon, 27 Jun 2011 17:24:10 +0200 From: Phil Blundell To: oe-core Organization: Phil Blundell Consulting Ltd Date: Mon, 27 Jun 2011 16:24:08 +0100 Message-ID: <1309188248.21613.325.camel@phil-desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Subject: [PATCH] fontconfig: specify font directory in EXTRA_OECONF X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 15:27:47 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit since, otherwise, fontconfig's builtin default may not match ${datadir}. Signed-off-by: Phil Blundell --- .../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 -- 1.7.2.5