ebad87659d749527ad4e1632af912377dbe4ae82
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / openvmtools / Config.in
1 config BR2_PACKAGE_OPENVMTOOLS
2         bool "openvmtools"
3         depends on BR2_i386 || BR2_x86_64
4         depends on BR2_USE_MMU # libglib2
5         depends on BR2_USE_WCHAR # libglib2
6         depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
7         depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
8         depends on BR2_ENABLE_LOCALE
9         select BR2_PACKAGE_LIBGLIB2
10         select BR2_PACKAGE_LIBDNET
11         help
12           Open Virtual Machine Tools for VMware guest OS
13
14           http://open-vm-tools.sourceforge.net/
15
16           ICU locales, Xerces, and X11 tools are currently not supported.
17
18           NOTE: Support for vmblock-fuse will be enabled in openvmtools if the
19                 libfuse package is selected.
20
21 if BR2_PACKAGE_OPENVMTOOLS
22
23 config BR2_PACKAGE_OPENVMTOOLS_PROCPS
24         bool "procps support"
25         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
26         select BR2_PACKAGE_PROCPS_NG
27         help
28           Enable support for procps / meminfo
29
30 comment "procps support needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS"
31         depends on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
32
33 config BR2_PACKAGE_OPENVMTOOLS_PAM
34         bool "PAM support"
35         select BR2_PACKAGE_LINUX_PAM
36         # linux-pam needs locale and wchar, but we already have this
37         # dependency on the main symbol, above.
38         depends on !BR2_STATIC_LIBS
39         help
40           Support for PAM in openvmtools
41
42 comment "PAM support needs a toolchain w/ dynamic library"
43         depends on BR2_STATIC_LIBS
44
45 endif
46
47 comment "openvmtools needs a toolchain w/ wchar, threads, RPC, locale"
48         depends on BR2_i386 || BR2_x86_64
49         depends on BR2_USE_MMU
50         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
51                    !BR2_TOOLCHAIN_HAS_NATIVE_RPC || !BR2_ENABLE_LOCALE