6c94731203b0e1e7411eccbb3754a184c00bdd2a
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / snowball-init / Config.in
1 config BR2_PACKAGE_SNOWBALL_INIT
2         bool "snowball-init"
3         # Runtime dependency, needed by snowball startup script
4         select BR2_PACKAGE_BLUEZ_UTILS
5         depends on !BR2_STATIC_LIBS # bluez_utils
6         depends on BR2_USE_WCHAR # libglib2
7         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
8         depends on BR2_USE_MMU # dbus
9         select BR2_PACKAGE_UX500_FIRMWARE
10         help
11           Snowball init scripts
12
13           http://www.igloocommunity.org
14
15 comment "snowball-init needs a toolchain w/ wchar, threads, dynamic library"
16         depends on BR2_USE_MMU
17         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS