VirtualBox

Changeset 41480 in vbox for trunk/src


Ignore:
Timestamp:
May 29, 2012 2:10:11 PM (13 years ago)
Author:
vboxsync
Message:

compile fix for VBOX_WITH_CROGL=

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r41477 r41480  
    229229 VirtualBox_LDFLAGS.darwin += -framework OpenGL
    230230endif
    231 VirtualBox_LIBS += $(PATH_STAGE_LIB)/VBoxOGLTest$(VBOX_SUFF_LIB)
     231ifdef VBOX_WITH_CROGL
     232 VirtualBox_LIBS += $(PATH_STAGE_LIB)/VBoxOGLTest$(VBOX_SUFF_LIB)
     233endif
    232234
    233235
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r41372 r41480  
    48034803    }
    48044804    mHost = virtualBox().GetHost();
     4805#ifdef VBOX_WITH_CROGL
    48054806    m3DAvailable = VBoxOglIs3DAccelerationSupported();
     4807#else
     4808    m3DAvailable = false;
     4809#endif
    48064810
    48074811    /* create default non-null global settings */
Note: See TracChangeset for help on using the changeset viewer.

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