diff options
author | Mislav Novakovic <mislav.novakovic@sartura.hr> | 2018-06-07 12:26:42 +0200 |
---|---|---|
committer | Mislav Novakovic <mislav.novakovic@sartura.hr> | 2018-06-07 12:27:12 +0200 |
commit | a35581902cf6c6d4b51fc44a4db4d8c5bc8b51a5 (patch) | |
tree | d8bde9205b01ac8498d50c946c294b8ed8a1824e | |
parent | d9efc1d7df77f7150492eda2c2d7ceb6e14ae762 (diff) |
protobuf-c: add build time dependency protobuf
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
-rw-r--r-- | libs/protobuf-c/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index 71a0b0496..0fd3de9fe 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/Makefile @@ -19,6 +19,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_BUILD_DEPENDS:=protobuf-c/host +PKG_BUILD_DEPENDS:=protobuf/host PKG_INSTALL:=1 PKG_FIXUP:=autoreconf |