[openwrt/openwrt] tools: fix dependencies of cmake packages
LEDE Commits
lede-commits at lists.infradead.org
Sat Jun 12 03:41:11 PDT 2021
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d45baa860ffc79ae1cf68fceb94990e39bb06bab
commit d45baa860ffc79ae1cf68fceb94990e39bb06bab
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sat Jun 12 12:40:02 2021 +0200
tools: fix dependencies of cmake packages
Make cmake depend on ninja, so that other cmake based tools also depend on it
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
tools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/Makefile b/tools/Makefile
index 47a82fd237..dccf298af6 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -43,7 +43,7 @@ $(curdir)/b43-tools/compile := $(curdir)/bison/compile
$(curdir)/bc/compile := $(curdir)/bison/compile $(curdir)/libtool/compile
$(curdir)/bison/compile := $(curdir)/flex/compile
$(curdir)/cbootimage/compile += $(curdir)/automake/compile
-$(curdir)/cmake/compile += $(curdir)/libressl/compile
+$(curdir)/cmake/compile += $(curdir)/libressl/compile $(curdir)/ninja/compile
$(curdir)/dosfstools/compile := $(curdir)/autoconf/compile $(curdir)/automake/compile
$(curdir)/e2fsprogs/compile := $(curdir)/libtool/compile
$(curdir)/fakeroot/compile := $(curdir)/libtool/compile
More information about the lede-commits
mailing list