From a35581902cf6c6d4b51fc44a4db4d8c5bc8b51a5 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 --- libs/protobuf-c/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index 71a0b04967..0fd3de9fe2 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