Removed protobuf dependency from cld3 and build recipes.

This commit is contained in:
23rd
2026-08-19 12:18:33 +03:00
parent d8f336d722
commit 414b562301
5 changed files with 2 additions and 67 deletions

View File

@@ -92,7 +92,6 @@ parts:
- minizip
- mozjpeg
- openal
- protobuf
- qt
- rnnoise
- tde2e
@@ -374,18 +373,6 @@ parts:
- LIBDIR=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
prime: [-./*]
protobuf:
source: https://github.com/protocolbuffers/protobuf.git
source-depth: 1
source-tag: v30.2
plugin: cmake
cmake-generator: Ninja
cmake-parameters:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_INSTALL_PREFIX=/usr
- -Dprotobuf_BUILD_TESTS=OFF
prime: [-./*]
qt:
source: https://github.com/qt/qt5.git
source-depth: 1