VirtualBox

Changeset 28921 in vbox


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

configure/deb/rpm: fam not used anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r28800 r28921  
    8888WITH_HARDENING=1
    8989WITH_VDE=0
    90 WITH_FAM=1
    9190BUILD_LIBXML2=
    9291BUILD_LIBXSLT=
     
    10421041
    10431042#
    1044 # Check for fam, needed by Main/HostHardwareLinux
    1045 #
    1046 check_fam()
    1047 {
    1048   test_header fam
    1049   cat > $ODIR.tmp_src.cc << EOF
    1050 #include <fam.h>
    1051 extern "C" int main(void)
    1052 {
    1053   FAMConnection conn;
    1054   FAMOpen(&conn);
    1055   FAMClose(&conn);
    1056   return 1;
    1057 }
    1058 EOF
    1059   if test_compile "-lfam" fam fam; then
    1060     echo "found."
    1061   fi
    1062 }
    1063 
    1064 
    1065 #
    10661043# Check for the SDL library, needed by VBoxSDL and VirtualBox
    10671044# We depend at least on version 1.2.7
     
    20832060[ $WITH_PULSE   -eq 1 ] && echo "  --disable-pulse          disable the PulseAudio backend"
    20842061[ $WITH_DBUS    -eq 1 ] && echo "  --disable-dbus           don't use DBus and hal for hardware detection"
    2085 [ $OSE -eq 0 -a $WITH_FAM -eq 1 ] && echo "  --disable-fam            don't use FAM for USB polling"
    20862062[ $WITH_KMODS   -eq 1 ] && echo "  --disable-kmods          don't build Linux kernel modules (host and guest)"
    20872063[ $WITH_OPENGL  -eq 1 ] && echo "  --disable-opengl         disable OpenGL support"
     
    22382214    --disable-dbus)
    22392215      [ $WITH_DBUS -eq 1 ] && WITH_DBUS=0
    2240       ;;
    2241     --disable-fam)
    2242       [ $WITH_FAM -eq 1 ] && WITH_FAM=0
    22432216      ;;
    22442217    --disable-kmods)
     
    24442417[ "$OS" != "darwin" -a "$OS" != "freebsd" ] && check_png
    24452418[ $OSE -eq 0 -a "$OS" = "linux" ] && check_pam
    2446 if [ $WITH_FAM -eq 1 ]; then
    2447   [ $OSE -eq 0 -a "$OS" = "linux" ] && check_fam
    2448 else
    2449   cnf_append "VBOX_USB_WITH_FAM" ""
    2450 fi
    24512419[ $WITH_SDL -eq 1 ]    && check_sdl
    24522420[ $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