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@nbd.name>
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau