VirtualBox

Changeset 28938 in vbox for trunk/configure


Ignore:
Timestamp:
Apr 30, 2010 2:26:45 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60912
Message:

configure: really disable OpenGL with --disable-opengl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/configure

    r28921 r28938  
    20612061[ $WITH_DBUS    -eq 1 ] && echo "  --disable-dbus           don't use DBus and hal for hardware detection"
    20622062[ $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)"
    20642064[ $WITH_GSOAP   -eq 0 ] && echo "  --enable-webservice      enable the webservice stuff"
    20652065[ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo "  --enable-vde             enable VDE networking"
     
    23842384
    23852385# emit disable directives corresponding to any --disable-xxx options.
    2386 [ $WITH_OPENGL -eq 0 ]    && cnf_append "VBOX_WITH_CROGL" ""
     2386if [ $WITH_OPENGL -eq 0 ]; then
     2387  cnf_append "VBOX_WITH_CROGL" ""
     2388  cnf_append "VBOX_WITH_VIDEOHWACCEL" ""
     2389  cnf_append "VBOX_GUI_USE_QGL" ""
     2390fi
    23872391[ $WITH_XPCOM -eq 0 ]     && cnf_append "VBOX_WITH_MAIN" ""
    23882392[ $WITH_QT4 -eq 0   ]     && cnf_append "VBOX_WITH_QTGUI" ""
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