* [Buildroot] [git commit branch/next] swig: add visible Config.in option for host variant
@ 2018-08-31 21:29 Thomas Petazzoni
0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2018-08-31 21:29 UTC (permalink / raw)
To: buildroot
commit: https://git.buildroot.net/buildroot/commit/?id=4f018b26fc2572de53fb9d62a5954f64af722535
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next
The patch adds the package/swig/Config.in.host file and adds this path
to the package/Config.in.host file.
Signed-off-by: Matt Flax <flatmax@flatmax.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
package/Config.in.host | 1 +
package/swig/Config.in.host | 8 ++++++++
2 files changed, 9 insertions(+)
diff --git a/package/Config.in.host b/package/Config.in.host
index a3f852b3fc..3a3578ceeb 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -57,6 +57,7 @@ menu "Host utilities"
source "package/sam-ba/Config.in.host"
source "package/squashfs/Config.in.host"
source "package/sunxi-tools/Config.in.host"
+ source "package/swig/Config.in.host"
source "package/tegrarcm/Config.in.host"
source "package/ti-cgt-pru/Config.in.host"
source "package/uboot-tools/Config.in.host"
diff --git a/package/swig/Config.in.host b/package/swig/Config.in.host
new file mode 100644
index 0000000000..fd2049d30a
--- /dev/null
+++ b/package/swig/Config.in.host
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_HOST_SWIG
+ bool "host swig"
+ help
+ swig is a software development tool that connects programs
+ written in C and C++ with a variety of high-level
+ programming languages.
+
+ http://www.swig.org/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-08-31 21:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-31 21:29 [Buildroot] [git commit branch/next] swig: add visible Config.in option for host variant Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox