VirtualBox

Changeset 8018 in vbox


Ignore:
Timestamp:
Apr 16, 2008 9:18:47 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29677
Message:

configure: added --disable-alsa switch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r7704 r8018  
    3838WITH_SDL_TTF=1
    3939WITH_X11=1
     40WITH_ALSA=1
    4041WITH_PULSE=1
    4142WITH_KMODS=1
     
    14471448  --disable-xpcom          disable XPCOM and related stuff
    14481449  --disable-sdl-ttf        disable SDL_ttf detection
    1449   --disable-pulse          disable PulseAudio detection
     1450  --disable-alsa           disable the ALSA sound backend
     1451  --disable-pulse          disable the PulseAudio backend
    14501452  --disable-kmods          don't build Linux kernel modules (host and guest)
    14511453  --build-libxml2          build libxml2 from sources
     
    15211523    --disable-qt)
    15221524      WITH_QT=0
     1525      ;;
     1526    --disable-alsa)
     1527      WITH_ALSA=0
    15231528      ;;
    15241529    --disable-pulse)
     
    16871692    cnf_append "VBOX_WITH_LINUX_ADDITIONS_32BIT_R0" ""
    16881693  fi
    1689   check_alsa
     1694  if [ $WITH_ALSA -eq 1 ]; then
     1695    check_alsa
     1696  else
     1697    cnf_append "VBOX_WITH_ALSA" ""
     1698  fi
    16901699  if [ $WITH_PULSE -eq 1 ]; then
    16911700    check_pulse
Note: See TracChangeset for help on using the changeset viewer.

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