diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 11:43:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 11:48:05 +0100 |
commit | 8e25f13ca5b8ac3dfe5f2cadf8be49ed1c427620 (patch) | |
tree | 9af88ebf40f92e10a8e522528827b0b12fdf9887 /package/protobuf | |
parent | 6498b211d650af682a1a2e79d1ff50310aaafe7b (diff) |
protobuf: needs C++ compiler
Diffstat (limited to 'package/protobuf')
-rw-r--r-- | package/protobuf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/protobuf/Makefile b/package/protobuf/Makefile index c1249cb8f..10920ae2f 100644 --- a/package/protobuf/Makefile +++ b/package/protobuf/Makefile @@ -10,6 +10,8 @@ PKG_HASH:= 3bd7828aa5af4b13b99c191e8b1e884ebfa9ad371b0ce264605d347f135d2568 PKG_DESCR:= extensible mechanism for serializing structured data PKG_SECTION:= libs/misc PKG_URL:= https://developers.google.com/protocol-buffers/ +PKG_BUILDDEP:= protobuf-host +PKG_NEEDS:= c++ PKG_SITES:= https://github.com/google/protobuf/archive/ PKG_OPTS:= dev |