From 9c9a71b7d01cab39c5485caba4aa710150dbea8c Mon Sep 17 00:00:00 2001 From: Mislav Novakovic Date: Thu, 7 Jun 2018 12:26:42 +0200 Subject: [PATCH] protobuf-c: add build time dependency protobuf Signed-off-by: Mislav Novakovic (cherry-picked from a35581902cf6c6d4b51fc44a4db4d8c5bc8b51a5) --- libs/protobuf-c/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index 769cea9b50..2b5347b411 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/Makefile @@ -18,6 +18,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 -- 2.30.2