VirtualBox

Changeset 72155 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 8, 2018 9:19:25 AM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9049: Using 2D acceleration stuff moved to VBoxGlobal lib in r122413.

File:
1 edited

Legend:

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

    r72136 r72155  
    429429
    430430# These are 2D Video Acceleration and 3D Acceleration related libs:
     431if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL)
     432 VBoxGlobal_LIBS.win     += $(PATH_SDK_$(VBOX_WINPSDK)_LIB)/Opengl32.lib
     433 VBoxGlobal_LIBS.solaris += GL
     434 VBoxGlobal_LIBS.linux   += GL
     435 VBoxGlobal_LIBS.freebsd += GL
     436endif
    431437ifdef VBOX_WITH_CROGL
    432438 VBoxGlobal_LIBS += $(PATH_STAGE_LIB)/VBoxOGLTest$(VBOX_SUFF_LIB)
     439endif
     440if defined(VBOX_WITH_VIDEOHWACCEL)
     441 if1of ($(KBUILD_TARGET), win linux freebsd)
     442  VBoxGlobal_LIBS += $(PATH_STAGE_LIB)/VBoxOGL2D$(VBOX_SUFF_LIB)
     443 endif
    433444endif
    434445
     
    714725        src/platform/darwin/UICocoaSpecialControls.h
    715726endif
     727
    716728
    717729#
     
    14851497        src/platform/darwin/VBoxUtils-darwin.cpp
    14861498
     1499if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL)
     1500 VBoxGlobal_SOURCES += \
     1501        src/VBox2DHelpers.cpp
     1502endif
     1503
    14871504
    14881505#
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