mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
protobuf: protobuf: -devel depends on libprotoc-devel
needed by the cmake files
This commit is contained in:
parent
0df92118bb
commit
49122475e2
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'protobuf'
|
# Template file for 'protobuf'
|
||||||
pkgname=protobuf
|
pkgname=protobuf
|
||||||
version=25.2
|
version=25.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-Dprotobuf_BUILD_SHARED_LIBS=ON -Dprotobuf_USE_EXTERNAL_GTEST=ON
|
configure_args="-Dprotobuf_BUILD_SHARED_LIBS=ON -Dprotobuf_USE_EXTERNAL_GTEST=ON
|
||||||
-Dprotobuf_BUILD_LIBPROTOC=ON -Dprotobuf_ABSL_PROVIDER=package
|
-Dprotobuf_BUILD_LIBPROTOC=ON -Dprotobuf_ABSL_PROVIDER=package
|
||||||
|
@ -74,6 +74,7 @@ protobuf-devel_package() {
|
||||||
depends="zlib-devel
|
depends="zlib-devel
|
||||||
libprotobuf-${version}_${revision}
|
libprotobuf-${version}_${revision}
|
||||||
libprotobuf-lite-${version}_${revision}
|
libprotobuf-lite-${version}_${revision}
|
||||||
|
libprotoc-devel-${version}_${revision}
|
||||||
abseil-cpp-devel"
|
abseil-cpp-devel"
|
||||||
short_desc="Protocol buffers C++ library - development files"
|
short_desc="Protocol buffers C++ library - development files"
|
||||||
# Switch to versioned package
|
# Switch to versioned package
|
||||||
|
|
Loading…
Add table
Reference in a new issue