aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2014-08-06 14:55:35 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-10 16:07:16 +0200
commitb762df7e6a700bde2087ab38f8b5d02b75ca5bdb (patch)
treeded507ace8d044c42103fda89f97c1eb46a7618a /meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
parente5d70fb940b674d374c12303b55630df027ea8b5 (diff)
downloadmeta-openembedded-contrib-b762df7e6a700bde2087ab38f8b5d02b75ca5bdb.tar.gz
libwmf: use pkgconfig for freetype
And while we're at it list freetype in DEPENDS as well. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb')
-rw-r--r--meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
index 9f88ded985..746c4bd2d8 100644
--- a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
+++ b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
@@ -7,10 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r3"
-PNBLACKLIST[libwmf] = "BROKEN: needs to be updated to use freetype2 pkg-config instead of freetype-config"
-
-DEPENDS_virtclass-native = "libpng-native jpeg-native"
-DEPENDS = "libpng jpeg expat gtk+"
+DEPENDS_virtclass-native = "freetype-native libpng-native jpeg-native"
+DEPENDS = "freetype libpng jpeg expat gtk+"
BBCLASSEXTEND = "native"
@@ -18,7 +16,10 @@ inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${BPN}/${PV}/${BPN}-${PV}.tar.gz;name=tarball \
file://libwmf-0.2.8.4-intoverflow.patch \
- file://libwmf-0.2.8.4-useafterfree.patch"
+ file://libwmf-0.2.8.4-useafterfree.patch \
+ file://0001-configure-use-pkg-config-for-freetype.patch \
+ "
+
SRC_URI[tarball.md5sum] = "d1177739bf1ceb07f57421f0cee191e0"
SRC_URI[tarball.sha256sum] = "5b345c69220545d003ad52bfd035d5d6f4f075e65204114a9e875e84895a7cf8"