aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-25 20:21:40 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-10 12:56:47 +0200
commitd1ac27a27cefc68370b2cf5c74c1431f5290ec4c (patch)
tree98df3d5d54c475d007c6528996ac9c6fadc70c50
parent3bee30550ca5ffe364ccd620dd9ba73e1b960229 (diff)
downloadmeta-openembedded-contrib-d1ac27a27cefc68370b2cf5c74c1431f5290ec4c.tar.gz
wv: Add PACKAGECONFIG for png
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/wv/wv_1.2.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb
index 1e385d3135..98baece197 100644
--- a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb
+++ b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb
@@ -15,4 +15,7 @@ inherit autotools pkgconfig
S = "${WORKDIR}/${PN}-${PV}"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[png] = "--with-png,--without-png,libpng"
+
EXTRA_OECONF = ""