mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
haikuwebkit: force libwebp version.
We don't want to be using an old one, so force use of the 0.6.x branch. Should help fix a build failure on buildbots.
This commit is contained in:
@@ -12,7 +12,7 @@ LICENSE="
|
||||
GNU LGPL v2.1
|
||||
MIT
|
||||
"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/haiku/webkit/archive/$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="haikuwebkit-$portVersion.tar.gz"
|
||||
SOURCE_DIR="webkit-$portVersion"
|
||||
@@ -59,7 +59,7 @@ BUILD_REQUIRES="
|
||||
devel:libicuuc$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libwebp$secondaryArchSuffix
|
||||
devel:libwebp$secondaryArchSuffix >= 7
|
||||
devel:libsqlite3$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:libxslt$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user