Changeset 6157 in vbox
- Timestamp:
- Dec 19, 2007 8:18:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r6125 r6157 39 39 WITH_X11=1 40 40 WITH_PULSE=1 41 WITH_KMODS=1 41 42 CC="gcc" 42 43 CC32="" … … 1290 1291 --disable-sdl-ttf disable SDL_ttf detection 1291 1292 --disable-pulse disable PulseAudio detection 1293 --disable-kmods don't build Linux kernel modules (host and guest) 1292 1294 --build-libxml2 build libxml2 from sources (not OSE!) 1293 1295 --setup-wine setup a Wine directory and register the hhc hack … … 1359 1361 --disable-pulse) 1360 1362 WITH_PULSE=0 1363 ;; 1364 --disable-kmods) 1365 WITH_KMODS=0 1361 1366 ;; 1362 1367 --build-debug|-d) … … 1497 1502 if [ "$OS" = "linux" ]; then 1498 1503 check_staticlibstdcxx 1499 check_linux 1504 if [ $WITH_KMODS -eq 1 ]; then 1505 check_linux 1506 else 1507 cnf_append "VBOX_LINUX_SRC" "" 1508 cnf_append "VBOX_WITH_VBOXDRV" "" 1509 cnf_append "VBOX_WITH_LINUX_ADDITIONS_32BIT_R0" "" 1510 fi 1500 1511 check_alsa 1501 1512 if [ $WITH_PULSE -eq 1 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.