aboutsummaryrefslogtreecommitdiff
path: root/libs/nghttp2
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-06-10 16:27:06 -0700
committerRosen Penev <rosenp@gmail.com>2021-06-12 21:05:01 -0700
commit2e654b19f38f1f941c70a5adcdac6311234362c3 (patch)
treeb95e4614558f228b015fd68e3d07fc6a8e5b94ca /libs/nghttp2
parente2d9e874dc1d15a0fa94846c0d186c89dfc8bc29 (diff)
treewide: back to cmake.mk
Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/nghttp2')
-rw-r--r--libs/nghttp2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/nghttp2/Makefile b/libs/nghttp2/Makefile
index 904081585..eb5d1a792 100644
--- a/libs/nghttp2/Makefile
+++ b/libs/nghttp2/Makefile
@@ -13,7 +13,7 @@ PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
include $(INCLUDE_DIR)/package.mk
-include ../../devel/ninja/ninja-cmake.mk
+include $(INCLUDE_DIR)/cmake.mk
define Package/libnghttp2
SECTION:=libs