aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libpng
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-10 09:41:47 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-10 09:41:47 +0000
commit0433f3866cda52d85c78f47d9ecb40173269d11f (patch)
treec1489f9ea4f371c3343cf8cf8df19b1528d0f778 /packages/libpng
parent80b93876319efecd00d1903287846be1a479737d (diff)
downloadopenembedded-0433f3866cda52d85c78f47d9ecb40173269d11f.tar.gz
libpng: add -lz to the .pc to fix cairo->pango->gtk+. I'll leave it up to the knowledgeable people to fix up the .so
Diffstat (limited to 'packages/libpng')
-rw-r--r--packages/libpng/libpng_1.2.12.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libpng/libpng_1.2.12.bb b/packages/libpng/libpng_1.2.12.bb
index 47849a73ce..00241725f5 100644
--- a/packages/libpng/libpng_1.2.12.bb
+++ b/packages/libpng/libpng_1.2.12.bb
@@ -4,7 +4,7 @@ LICENSE = "libpng"
SECTION = "libs"
PRIORITY = "required"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-PR = "r1"
+PR = "r2"
DEPENDS = "zlib"
@@ -41,6 +41,7 @@ do_stage_prepend() {
-e 's:=@includedir@:=${includedir}:;' \
-e 's:=@prefix@:=${prefix}:' \
-e 's:=@exec_prefix@:=${exec_prefix}:' \
+ -e 's:-lpng12:-lpng12\ -lz:' \
libpng.pc
}