protobuf: fix 022aef6
The cherry-pick done in022aef6
includes changing the build setup from cmake to ninja, but it was overlooked that this was actually reverted in2e654b1
. The ninja build results in headers not being installed for the host pkg, so protobuf-c/host can't be build. This commit reverts the package back to cmake. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
20fab250dd
commit
405dcf239b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ CMAKE_SOURCE_SUBDIR:=cmake
|
|||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
include ../../devel/ninja/ninja-cmake.mk
|
||||
include $(INCLUDE_DIR)/cmake.mk
|
||||
|
||||
define Package/protobuf/Default
|
||||
SECTION:=libs
|
||||
|
|
Loading…
Reference in a new issue