The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / guile / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/guile/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/guile/Config.in
new file mode 100644 (file)
index 0000000..d24f318
--- /dev/null
@@ -0,0 +1,19 @@
+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
+       select BR2_PACKAGE_LIBTOOL
+       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
+