From 39927180b59048e2ce38832b1af7f89720f075fd Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 24 Sep 2019 12:46:36 -0700 Subject: protobuf-c: Fix mistake from previous commit Signed-off-by: Rosen Penev --- libs/protobuf-c/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index d019b4cdc..1f146d6d0 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/Makefile @@ -24,12 +24,13 @@ PKG_LICENSE_FILES:=LICENSE HOST_BUILD_DEPENDS:=protobuf/host PKG_BUILD_DEPENDS:=protobuf -PKG_INSTALL:=1 +CMAKE_INSTALL:=1 PKG_BUILD_PARALLEL:=1 CMAKE_SOURCE_SUBDIR:=build-cmake include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk +include $(INCLUDE_DIR)/cmake.mk define Package/libprotobuf-c TITLE:=Protocol Buffers library -- cgit v1.2.3