• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/openvmtools/Config.in
Yann E. MORINYann E. MORIN committed 774c599fc5631 Oct 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
config BR2_PACKAGE_OPENVMTOOLS
    bool "openvmtools"
    depends on BR2_i386 || BR2_x86_64
    depends on BR2_USE_MMU # libglib2
    depends on BR2_USE_WCHAR # libglib2
    depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
    depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
    depends on BR2_ENABLE_LOCALE
    depends on !BR2_TOOLCHAIN_USES_UCLIBC
    select BR2_PACKAGE_LIBGLIB2
    select BR2_PACKAGE_LIBDNET
    help
      Open Virtual Machine Tools for VMware guest OS
​
      http://open-vm-tools.sourceforge.net/
​
      ICU locales, Xerces, and X11 tools are currently not supported.
​
      NOTE: Support for vmblock-fuse will be enabled in openvmtools if the
        libfuse package is selected.
​
if BR2_PACKAGE_OPENVMTOOLS
​
config BR2_PACKAGE_OPENVMTOOLS_PROCPS
    bool "procps support"
    depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
    select BR2_PACKAGE_PROCPS_NG
    help
      Enable support for procps / meminfo
​
comment "procps support needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS"
    depends on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
​
config BR2_PACKAGE_OPENVMTOOLS_PAM
    bool "PAM support"
    select BR2_PACKAGE_LINUX_PAM
    # linux-pam needs locale and wchar, but we already have this
    # dependency on the main symbol, above.
    depends on !BR2_STATIC_LIBS
    depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
    help
      Support for PAM in openvmtools
​
comment "PAM support needs an (e)glibc toolchain w/ dynamic library"
    depends on BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
​
endif
​
comment "openvmtools needs an (e)glibc or musl toolchain w/ wchar, threads, RPC, locale"
    depends on BR2_i386 || BR2_x86_64
    depends on BR2_USE_MMU
    depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
        !BR2_TOOLCHAIN_HAS_NATIVE_RPC || !BR2_ENABLE_LOCALE || \
        BR2_TOOLCHAIN_USES_UCLIBC
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.