637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
21 lines
362 B
TOML
21 lines
362 B
TOML
[package]
|
|
name = "protobuf"
|
|
version = "34.0"
|
|
|
|
#TODO: libabsl
|
|
# Also see https://github.com/protocolbuffers/protobuf/blob/main/cmake/README.md
|
|
[source]
|
|
git = "https://github.com/protocolbuffers/protobuf"
|
|
rev = "v34.0"
|
|
shallow_clone = true
|
|
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-Dprotobuf_BUILD_TESTS=OFF"
|
|
]
|
|
dependencies = [
|
|
"libabsl",
|
|
"zlib",
|
|
]
|