From 2e654b19f38f1f941c70a5adcdac6311234362c3 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 10 Jun 2021 16:27:06 -0700 Subject: treewide: back to cmake.mk Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev --- libs/liborcania/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/liborcania') diff --git a/libs/liborcania/Makefile b/libs/liborcania/Makefile index 753f25a6a..7862670a9 100644 --- a/libs/liborcania/Makefile +++ b/libs/liborcania/Makefile @@ -21,7 +21,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/orcania-$(PKG_VERSION) CMAKE_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -include ../../devel/ninja/ninja-cmake.mk +include $(INCLUDE_DIR)/cmake.mk define Package/liborcania SECTION:=libs -- cgit v1.2.3