qrencode: fix pkgconfig location.

* explicitly link against libpng16
This commit is contained in:
Jerome Duval
2014-11-27 18:03:02 +00:00
parent 137f2eb19d
commit 0281bcf60c

View File

@@ -18,7 +18,7 @@ COPYRIGHT="
LICENSE="GNU LGPL v2.1"
SRC_URI="http://fukuchi.org/works/qrencode/qrencode-$portVersion.tar.gz"
CHECKSUM_SHA256="499b2c86c218b16378e2496fefc858e4db4271c048336a29df9cc5754413d1d1"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -28,11 +28,11 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
lib:libpng$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libpng$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -57,7 +57,8 @@ INSTALL()
make install
prepareInstalledDevelLibs libqrencode
fixPkgconfig
# devel package
packageEntries devel \
$developDir