Changeset 28938 in vbox for trunk/configure
- Timestamp:
- Apr 30, 2010 2:26:45 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60912
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/configure ¶
r28921 r28938 2061 2061 [ $WITH_DBUS -eq 1 ] && echo " --disable-dbus don't use DBus and hal for hardware detection" 2062 2062 [ $WITH_KMODS -eq 1 ] && echo " --disable-kmods don't build Linux kernel modules (host and guest)" 2063 [ $WITH_OPENGL -eq 1 ] && echo " --disable-opengl disable OpenGL support "2063 [ $WITH_OPENGL -eq 1 ] && echo " --disable-opengl disable OpenGL support (2D & 3D)" 2064 2064 [ $WITH_GSOAP -eq 0 ] && echo " --enable-webservice enable the webservice stuff" 2065 2065 [ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo " --enable-vde enable VDE networking" … … 2384 2384 2385 2385 # emit disable directives corresponding to any --disable-xxx options. 2386 [ $WITH_OPENGL -eq 0 ] && cnf_append "VBOX_WITH_CROGL" "" 2386 if [ $WITH_OPENGL -eq 0 ]; then 2387 cnf_append "VBOX_WITH_CROGL" "" 2388 cnf_append "VBOX_WITH_VIDEOHWACCEL" "" 2389 cnf_append "VBOX_GUI_USE_QGL" "" 2390 fi 2387 2391 [ $WITH_XPCOM -eq 0 ] && cnf_append "VBOX_WITH_MAIN" "" 2388 2392 [ $WITH_QT4 -eq 0 ] && cnf_append "VBOX_WITH_QTGUI" ""
Note:
See TracChangeset
for help on using the changeset viewer.