VirtualBox

Changeset 78416 in vbox for trunk


Ignore:
Timestamp:
May 6, 2019 10:26:02 PM (6 years ago)
Author:
vboxsync
Message:

HostServices/SharedOpenGL: Another linux build fix for r130405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk

    r78415 r78416  
    8484 VBoxSharedCrOpenGL_LIBS += \
    8585        $(LIB_XPCOM)
     86endif
     87if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # the X11 gang
     88 VBoxSharedCrOpenGL_LIBS += \
     89        Xmu \
     90        X11 \
     91        Xext
     92 VBoxSharedCrOpenGL_LIBPATH = \
     93        $(VBOX_LIBPATH_X11)
    8694endif
    8795ifdef VBOX_WITH_CRHGSMI
     
    281289VBoxOGLrenderspu_DEFS += VBOX_WITH_VDMA
    282290endif
    283 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # the X11 gang
    284  VBoxOGLrenderspu_LIBS += \
    285         Xmu \
    286         X11 \
    287         Xext
    288  VBoxOGLrenderspu_LIBPATH = \
    289         $(VBOX_LIBPATH_X11)
    290 endif
    291291
    292292LIBRARIES += VBoxOGLTest
     
    320320  VBoxTestOGL_LIBS = \
    321321        $(if $(VBOX_WITH_CROGL), \
    322             $(PATH_STAGE_LIB)/VBoxOGLhostspuload$(VBOX_SUFF_LIB) \
    323322            $(PATH_STAGE_LIB)/VBoxOGLhosterrorspu$(VBOX_SUFF_LIB) \
    324323            $(PATH_STAGE_LIB)/VBoxOGLrenderspu$(VBOX_SUFF_LIB) \
     324            $(PATH_STAGE_LIB)/VBoxOGLhostspuload$(VBOX_SUFF_LIB) \
    325325            $(PATH_STAGE_LIB)/VBoxOGLhostcrutil$(VBOX_SUFF_LIB),) \
    326326        $(if $(VBOX_WITH_VIDEOHWACCEL), $(PATH_STAGE_LIB)/VBoxOGL2D$(VBOX_SUFF_LIB),) \
     
    342342   endif
    343343  endif
     344  if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # the X11 gang
     345   VBoxTestOGL_LIBS += \
     346        Xmu \
     347        X11 \
     348        Xext
     349   VBoxTestOGL_LIBPATH = \
     350        $(VBOX_LIBPATH_X11)
     351endif
    344352  # Don't let ld strip out explicitly linked libraries even when they are not needed.
    345353  # This was causing some dynamic library loading problems in case of indirect dependencies
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