harfbuzz: enable graphite2 dependency

This commit is contained in:
Jerome Duval
2014-08-23 14:25:50 +00:00
parent 9872f0d875
commit 59e578fc85

View File

@@ -20,7 +20,7 @@ COPYRIGHT="
"
SRC_URI="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2"
CHECKSUM_SHA256="0aa1a8aba6f502321cf6fef3c9d2c73dde48389c5ed1d3615a7691944c2a06ed"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -47,6 +47,7 @@ REQUIRES="
lib:libz$secondaryArchSuffix
lib:libbz2$secondaryArchSuffix
lib:libstdc++$secondaryArchSuffix
lib:libgraphite2$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libfreetype$secondaryArchSuffix
@@ -56,6 +57,7 @@ BUILD_REQUIRES="
devel:libpng15$secondaryArchSuffix
devel:libz$secondaryArchSuffix
devel:libbz2$secondaryArchSuffix
devel:libgraphite2$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
@@ -71,7 +73,7 @@ BUILD_PREREQUIRES="
BUILD()
{
runConfigure ./configure
runConfigure ./configure --with-graphite2=yes
make $jobArgs
}