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 / cwiid / Config.in
1 config BR2_PACKAGE_CWIID
2         bool "cwiid"
3         depends on !BR2_STATIC_LIBS # bluez_utils
4         depends on BR2_USE_WCHAR # bluez_utils -> libglib2
5         depends on BR2_TOOLCHAIN_HAS_THREADS # bluez_utils -> dbus, alsa-lib, libglib2
6         depends on BR2_USE_MMU # bluez_utils -> dbus, libglib2
7         select BR2_PACKAGE_BLUEZ_UTILS
8         help
9           A collection of Linux tools written in C for interfacing to the
10           Nintendo Wiimote.
11
12           http://abstrakraft.org/cwiid/
13
14 if BR2_PACKAGE_CWIID
15 config BR2_PACKAGE_CWIID_WMGUI
16         bool "wmgui"
17         depends on BR2_ARCH_HAS_ATOMICS # libgtk2 -> cairo
18         depends on BR2_PACKAGE_XORG7 # libgtk2
19         depends on BR2_USE_WCHAR # libgtk2 -> libglib2
20         depends on BR2_TOOLCHAIN_HAS_THREADS # libgtk2 -> libglib2
21         depends on BR2_USE_MMU # libgtk2 -> libglib2
22         depends on BR2_INSTALL_LIBSTDCPP # libgtk2 -> pango
23         select BR2_PACKAGE_LIBGLIB2
24         select BR2_PACKAGE_LIBGTK2
25 endif
26
27 comment "cwiid needs a toolchain w/ dynamic lib, threads, wchar"
28         depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
29         depends on !BR2_USE_MMU