Changeset 25457 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Dec 17, 2009 11:43:51 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56117
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk
r25248 r25457 50 50 VBoxOGL_FAKEDRI = 1 51 51 endif 52 # VBOX_PATH_MESA_SOURCE = $(PATH_ROOT)/src/libs/mesa-7.253 VBOX_PATH_MESA_SOURCE = $(VBOX_PATH_X11_ROOT)/mesa-7.254 52 55 53 # Only Solaris right now needs C stubs because I can't figure out how to … … 78 76 $(VBOX_PATH_X11_ROOT)/libx11-1.1.5-other \ 79 77 $(VBOX_PATH_X11_ROOT)/1.3/xorg \ 80 $(VBOX_PATH_MESA_SOURCE) \ 81 $(VBOX_PATH_MESA_SOURCE)/include \ 82 $(VBOX_PATH_MESA_SOURCE)/src/mesa/ \ 83 $(VBOX_PATH_MESA_SOURCE)/src/mesa/glapi \ 84 $(VBOX_PATH_MESA_SOURCE)/src/mesa/main \ 85 $(VBOX_PATH_MESA_SOURCE)/src/mesa/drivers/dri/common \ 78 $(VBOX_MESA_INCS) \ 86 79 $(PATH_ROOT)/src/VBox/Additions/x11/x11include/libdrm-2.4.13 87 80 VBoxOGL_DEFS += VBOX_NO_NATIVEGL … … 326 319 VBoxOGLarrayspu_INCS = \ 327 320 array 321 if1of ($(KBUILD_TARGET),linux solaris) 322 VBoxOGLarrayspu_INCS += \ 323 $(VBOX_MESA_INCS) 324 endif 328 325 VBoxOGLarrayspu_INCS.darwin += $(PATH_OUT)/obj/VBoxOGL 329 326 VBoxOGLarrayspu_INTERMEDIATES = \ … … 348 345 VBoxOGLpassthroughspu_INCS = \ 349 346 passthrough 347 if1of ($(KBUILD_TARGET),linux solaris) 348 VBoxOGLpassthroughspu_INCS += \ 349 $(VBOX_MESA_INCS) 350 endif 350 351 VBoxOGLpassthroughspu_SOURCES = \ 351 352 passthrough/passthroughspu_init.c \ … … 373 374 VBoxOGLpackspu_INCS = \ 374 375 pack 376 if1of ($(KBUILD_TARGET),linux solaris) 377 VBoxOGLpackspu_INCS += \ 378 $(VBOX_MESA_INCS) 379 endif 375 380 VBoxOGLpackspu_INTERMEDIATES = \ 376 381 $(VBOX_PATH_CROGL_GENFILES)/packspu_proto.h \ … … 439 444 VBoxOGLfeedbackspu_INCS = \ 440 445 feedback 446 if1of ($(KBUILD_TARGET),linux solaris) 447 VBoxOGLfeedbackspu_INCS += \ 448 $(VBOX_MESA_INCS) 449 endif 441 450 VBoxOGLarrayspu_INTERMEDIATES = \ 442 451 $(VBOX_PATH_CROGL_GENFILES)/feedbackspu_proto.h
Note:
See TracChangeset
for help on using the changeset viewer.