- Timestamp:
- May 6, 2019 10:26:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk
r78415 r78416 84 84 VBoxSharedCrOpenGL_LIBS += \ 85 85 $(LIB_XPCOM) 86 endif 87 if1of ($(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) 86 94 endif 87 95 ifdef VBOX_WITH_CRHGSMI … … 281 289 VBoxOGLrenderspu_DEFS += VBOX_WITH_VDMA 282 290 endif 283 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # the X11 gang284 VBoxOGLrenderspu_LIBS += \285 Xmu \286 X11 \287 Xext288 VBoxOGLrenderspu_LIBPATH = \289 $(VBOX_LIBPATH_X11)290 endif291 291 292 292 LIBRARIES += VBoxOGLTest … … 320 320 VBoxTestOGL_LIBS = \ 321 321 $(if $(VBOX_WITH_CROGL), \ 322 $(PATH_STAGE_LIB)/VBoxOGLhostspuload$(VBOX_SUFF_LIB) \323 322 $(PATH_STAGE_LIB)/VBoxOGLhosterrorspu$(VBOX_SUFF_LIB) \ 324 323 $(PATH_STAGE_LIB)/VBoxOGLrenderspu$(VBOX_SUFF_LIB) \ 324 $(PATH_STAGE_LIB)/VBoxOGLhostspuload$(VBOX_SUFF_LIB) \ 325 325 $(PATH_STAGE_LIB)/VBoxOGLhostcrutil$(VBOX_SUFF_LIB),) \ 326 326 $(if $(VBOX_WITH_VIDEOHWACCEL), $(PATH_STAGE_LIB)/VBoxOGL2D$(VBOX_SUFF_LIB),) \ … … 342 342 endif 343 343 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) 351 endif 344 352 # Don't let ld strip out explicitly linked libraries even when they are not needed. 345 353 # This was causing some dynamic library loading problems in case of indirect dependencies
Note:
See TracChangeset
for help on using the changeset viewer.