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 / ussp-push / Config.in
1 config BR2_PACKAGE_USSP_PUSH
2         bool "ussp-push"
3         depends on !BR2_STATIC_LIBS # bluez_utils
4         depends on BR2_USE_WCHAR # libglib2
5         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
6         depends on BR2_USE_MMU # dbus
7         select BR2_PACKAGE_OPENOBEX
8         select BR2_PACKAGE_OPENOBEX_BLUEZ
9         select BR2_PACKAGE_BLUEZ_UTILS
10         help
11           ussp-push is an OBEX object pusher for Linux, using the BlueZ
12           BlueTooth stack.
13
14           http://www.xmailserver.org/ussp-push.html
15
16 comment "ussp-push needs a toolchain w/ wchar, threads, dynamic library"
17         depends on BR2_USE_MMU
18         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS