mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
protobuf-c: Fix mistake from previous commit
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -24,12 +24,13 @@ PKG_LICENSE_FILES:=LICENSE
|
|||||||
HOST_BUILD_DEPENDS:=protobuf/host
|
HOST_BUILD_DEPENDS:=protobuf/host
|
||||||
PKG_BUILD_DEPENDS:=protobuf
|
PKG_BUILD_DEPENDS:=protobuf
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
CMAKE_INSTALL:=1
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
CMAKE_SOURCE_SUBDIR:=build-cmake
|
CMAKE_SOURCE_SUBDIR:=build-cmake
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
include $(INCLUDE_DIR)/cmake.mk
|
||||||
|
|
||||||
define Package/libprotobuf-c
|
define Package/libprotobuf-c
|
||||||
TITLE:=Protocol Buffers library
|
TITLE:=Protocol Buffers library
|
||||||
|
|||||||
Reference in New Issue
Block a user