VirtualBox

Changeset 28746 in vbox


Ignore:
Timestamp:
Apr 26, 2010 11:30:36 AM (15 years ago)
Author:
vboxsync
Message:

configure: --disable-fam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r28662 r28746  
    9292WITH_HARDENING=1
    9393WITH_VDE=0
     94WITH_FAM=1
    9495BUILD_LIBXML2=
    9596BUILD_LIBXSLT=
     
    20862087[ $WITH_PULSE   -eq 1 ] && echo "  --disable-pulse          disable the PulseAudio backend"
    20872088[ $WITH_DBUS    -eq 1 ] && echo "  --disable-dbus           don't use DBus and hal for hardware detection"
     2089[ $OSE -eq 0 -a $WITH_FAM -eq 1 ] && echo "  --disable-fam            don't use FAM for USB polling"
    20882090[ $WITH_KMODS   -eq 1 ] && echo "  --disable-kmods          don't build Linux kernel modules (host and guest)"
    20892091[ $WITH_OPENGL  -eq 1 ] && echo "  --disable-opengl         disable OpenGL support"
     
    20942096  --build-libxml2          build libxml2 from sources
    20952097  --build-libxslt          build libxslt from sources
    2096   --build-libssl           build openssl from sources (PUEL only)
    2097   --build-libcurl          build libcurl from sources (PUEL only)
     2098EOF
     2099[ $OSE -eq 0 ] && cat << EOF
     2100  --build-libssl           build openssl from sources
     2101  --build-libcurl          build libcurl from sources
    20982102EOF
    20992103[ "$OS"   != "darwin" ] && echo "  --setup-wine             setup a Wine directory and register the hhc hack"
     
    22382242    --disable-dbus)
    22392243      [ $WITH_DBUS -eq 1 ] && WITH_DBUS=0
     2244      ;;
     2245    --disable-fam)
     2246      [ $WITH_FAM -eq 1 ] && WITH_FAM=0
    22402247      ;;
    22412248    --disable-kmods)
     
    24412448[ "$OS" != "darwin" -a "$OS" != "freebsd" ] && check_png
    24422449[ $OSE -eq 0 -a "$OS" = "linux" ] && check_pam
    2443 [ $OSE -eq 0 -a "$OS" = "linux" ] && check_fam
     2450if [ $WITH_FAM -eq 1 ]; then
     2451  [ $OSE -eq 0 -a "$OS" = "linux" ] && check_fam
     2452else
     2453  cnf_append "VBOX_USB_WITH_FAM" ""
     2454fi
    24442455[ $WITH_SDL -eq 1 ]    && check_sdl
    24452456[ $WITH_SDL_TTF -eq 1 -a $OSE -eq 0 ] && check_sdl_ttf
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette