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>
2018.11.x
Matt Flax 2018-08-31 10:37:57 +10:00 committed by Thomas Petazzoni
parent 0101ac62c8
commit 4f018b26fc
2 changed files with 9 additions and 0 deletions

View File

@ -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"

View File

@ -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/