diff options
| author | Matt Flax <flatmax@flatmax.org> | 2018-08-31 10:37:57 +1000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-31 23:29:25 +0200 |
| commit | 4f018b26fc2572de53fb9d62a5954f64af722535 (patch) | |
| tree | 27843a642f892da5110ecc1533b7b7848c330d8e /package/swig | |
| parent | 0101ac62c81e468ba7fd47b991972a722cf1b43c (diff) | |
| download | buildroot-4f018b26fc2572de53fb9d62a5954f64af722535.tar.gz buildroot-4f018b26fc2572de53fb9d62a5954f64af722535.zip | |
swig: add visible Config.in option for host variant
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>
Diffstat (limited to 'package/swig')
| -rw-r--r-- | package/swig/Config.in.host | 8 |
1 files changed, 8 insertions, 0 deletions
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/ |

