mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
protobuf: remove gtest from runtime requires.
It's used only for tests.
This commit is contained in:
@@ -8,7 +8,7 @@ languages – Java, C++, or Python."
|
||||
HOMEPAGE="https://github.com/google/protobuf"
|
||||
COPYRIGHT="2008-2018 Google"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9b4ee22c250fe31b16f1a24d61467e40780a3fbb9b91c3b65be2a376ed913a1a"
|
||||
PATCHES="protobuf-$portVersion.patchset"
|
||||
@@ -28,7 +28,6 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgmock$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
@@ -52,6 +51,10 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
TEST_REQUIRES="
|
||||
lib:libgmock$secondaryArchSuffix
|
||||
"
|
||||
|
||||
defineDebugInfoPackage protobuf$secondaryArchSuffix \
|
||||
$libDir/libprotobuf.so.$libVersion \
|
||||
$libDir/libprotoc.so.$libVersion \
|
||||
|
||||
Reference in New Issue
Block a user