summaryrefslogtreecommitdiffstats
path: root/package/guile/Config.in
diff options
context:
space:
mode:
authorPedro Aguilar <paguilar@paguilar.org>2014-11-24 23:56:30 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-26 21:51:41 +0100
commit6322f25e1fe6945cc696b08a39665f15ea3c1900 (patch)
tree0be0142cf758f6e792a35946c97297cca9390c5f /package/guile/Config.in
parent8df26deab145425251fc3c6a0175a63e3fb10c0d (diff)
downloadbuildroot-6322f25e1fe6945cc696b08a39665f15ea3c1900.tar.gz
buildroot-6322f25e1fe6945cc696b08a39665f15ea3c1900.zip
guile: Add new package
Guile is an interpreter and compiler for the Scheme programming language, a clean and elegant dialect of Lisp. The patch guile-01-fix_arm_endianness.patch is based on guile's git commit ^ffd3e55cfd [Thomas: - rewrap comments and help text. - add missing host-gettext dependency, since gettext.m4 is needed for the package to autoreconf. - add missing host-pkgconf dependency. - add dependency on wchar, inherited from libunistring.] Signed-off-by: Pedro Aguilar <paguilar@paguilar.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/guile/Config.in')
-rw-r--r--package/guile/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/guile/Config.in b/package/guile/Config.in
new file mode 100644
index 0000000000..009dbdf27f
--- /dev/null
+++ b/package/guile/Config.in
@@ -0,0 +1,18 @@
+config BR2_PACKAGE_GUILE
+ bool "guile"
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS # bdwgc
+ depends on BR2_USE_WCHAR # libunistring
+ select BR2_PACKAGE_LIBUNISTRING
+ select BR2_PACKAGE_LIBFFI
+ select BR2_PACKAGE_GMP
+ select BR2_PACKAGE_BDWGC
+ help
+ Guile is an interpreter and compiler for the Scheme
+ programming language, a clean and elegant dialect of Lisp.
+
+ http://www.gnu.org/software/guile
+
+comment "guile needs a toolchain w/ threads, wchar"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
+
OpenPOWER on IntegriCloud