VirtualBox

Changeset 94143 in vbox


Ignore:
Timestamp:
Mar 8, 2022 11:12:27 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150392
Message:

Main: Don't known why we didn't enable the Host::getAcceleration3DAvailable functionality, forgot/lost passing on the VBOX_WITH_3D_ACCELERATION define in the Makefile.kmk perhaps, let's see what happens when we define it now.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r94142 r94143  
    752752
    753753ifdef VBOX_WITH_3D_ACCELERATION
    754  VBoxSVC_LIBS += $(PATH_STAGE_LIB)/VBoxOGLTest$(VBOX_SUFF_LIB)
    755  VBoxSVC_LDFLAGS.darwin += -framework OpenGL
     754 VBoxSVC_DEFS            += VBOX_WITH_3D_ACCELERATION
     755 VBoxSVC_LIBS            += $(PATH_STAGE_LIB)/VBoxOGLTest$(VBOX_SUFF_LIB)
     756 VBoxSVC_LDFLAGS.darwin  += -framework OpenGL
    756757endif
    757758
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r94141 r94143  
    171171#include <VBox/settings.h>
    172172#include <VBox/sup.h>
     173#ifdef VBOX_WITH_3D_ACCELERATION
     174# include <VBox/VBoxOGL.h>
     175#endif
    173176#include <iprt/x86.h>
    174177
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