projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9e2dd2
)
build: add swig as a dependency
author
Zoltan HERPAI
<
[email protected]
>
Tue, 21 Dec 2021 16:23:42 +0000
(17:23 +0100)
committer
Zoltan HERPAI
<
[email protected]
>
Sun, 27 Feb 2022 11:08:13 +0000
(12:08 +0100)
Signed-off-by: Zoltan HERPAI <
[email protected]
>
include/prereq-build.mk
patch
|
blob
|
history
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index e1918f002787be0abae4953cfedc0cc327122ff7..30ec09d92f4f347aa440d03c517397800cc81465 100644
(file)
--- a/
include/prereq-build.mk
+++ b/
include/prereq-build.mk
@@
-185,6
+185,9
@@
$(eval $(call SetupHostCommand,file,Please install the 'file' package, \
$(eval $(call SetupHostCommand,rsync,Please install 'rsync', \
rsync --version </dev/null))
+$(eval $(call SetupHostCommand,swig,Please install 'swig', \
+ swig -version </dev/null))
+
$(eval $(call SetupHostCommand,which,Please install 'which', \
/usr/bin/which which, \
/bin/which which, \