]> Git Repo - buildroot-mgba.git/blame - package/guile/Config.in
package: use SPDX short identifier for LGPLv3/LGPLv3+
[buildroot-mgba.git] / package / guile / Config.in
CommitLineData
6322f25e
PA
1config BR2_PACKAGE_GUILE
2 bool "guile"
489d8661 3 depends on !BR2_TOOLCHAIN_USES_MUSL # no strtol_l
6322f25e 4 depends on BR2_TOOLCHAIN_HAS_THREADS
eebd7707 5 depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # bdwgc
6322f25e 6 depends on BR2_USE_WCHAR # libunistring
f1ad7a74 7 depends on !BR2_STATIC_LIBS
6322f25e
PA
8 select BR2_PACKAGE_LIBUNISTRING
9 select BR2_PACKAGE_LIBFFI
10 select BR2_PACKAGE_GMP
11 select BR2_PACKAGE_BDWGC
4ec563a6 12 select BR2_PACKAGE_LIBTOOL
6322f25e
PA
13 help
14 Guile is an interpreter and compiler for the Scheme
15 programming language, a clean and elegant dialect of Lisp.
16
17 http://www.gnu.org/software/guile
18
416fd9cd 19comment "guile needs a uClibc or glibc toolchain w/ threads, wchar, dynamic library"
f1ad7a74 20 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
489d8661 21 BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
6322f25e 22
This page took 0.939103 seconds and 4 git commands to generate.