From: Rosen Penev Date: Tue, 24 Sep 2019 19:46:36 +0000 (-0700) Subject: protobuf-c: Fix mistake from previous commit X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=39927180b59048e2ce38832b1af7f89720f075fd;p=openwrt-packages.git protobuf-c: Fix mistake from previous commit Signed-off-by: Rosen Penev --- 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