Changeset 8018 in vbox
- Timestamp:
- Apr 16, 2008 9:18:47 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29677
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r7704 r8018 38 38 WITH_SDL_TTF=1 39 39 WITH_X11=1 40 WITH_ALSA=1 40 41 WITH_PULSE=1 41 42 WITH_KMODS=1 … … 1447 1448 --disable-xpcom disable XPCOM and related stuff 1448 1449 --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 1450 1452 --disable-kmods don't build Linux kernel modules (host and guest) 1451 1453 --build-libxml2 build libxml2 from sources … … 1521 1523 --disable-qt) 1522 1524 WITH_QT=0 1525 ;; 1526 --disable-alsa) 1527 WITH_ALSA=0 1523 1528 ;; 1524 1529 --disable-pulse) … … 1687 1692 cnf_append "VBOX_WITH_LINUX_ADDITIONS_32BIT_R0" "" 1688 1693 fi 1689 check_alsa 1694 if [ $WITH_ALSA -eq 1 ]; then 1695 check_alsa 1696 else 1697 cnf_append "VBOX_WITH_ALSA" "" 1698 fi 1690 1699 if [ $WITH_PULSE -eq 1 ]; then 1691 1700 check_pulse
Note:
See TracChangeset
for help on using the changeset viewer.