Changeset 64269 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Oct 14, 2016 6:03:39 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111282
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 22 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk
r62521 r64269 79 79 $(VBOX_PATH_X11_ROOT)/xextproto-7.1.1 \ 80 80 $(VBOX_PATH_X11_ROOT)/xproto-7.0.18 \ 81 $(VBOX_ MESA_INCS) \81 $(VBOX_GL_INCS) \ 82 82 $(PATH_ROOT)/src/VBox/Additions/x11/x11include/libdrm-2.4.13 83 83 VBoxOGL_DEFS += VBOX_NO_NATIVEGL … … 446 446 if1of ($(KBUILD_TARGET), linux solaris freebsd) 447 447 VBoxOGLarrayspu_INCS += \ 448 $(VBOX_ MESA_INCS)448 $(VBOX_GL_INCS) 449 449 endif 450 450 if defined(VBOX_SIGNING_MODE) && defined(VBOX_WITH_WDDM) … … 494 494 if1of ($(KBUILD_TARGET), linux solaris freebsd) 495 495 VBoxOGLpassthroughspu_INCS += \ 496 $(VBOX_ MESA_INCS)496 $(VBOX_GL_INCS) 497 497 endif 498 498 if defined(VBOX_SIGNING_MODE) && defined(VBOX_WITH_WDDM) … … 543 543 if1of ($(KBUILD_TARGET), linux solaris freebsd) 544 544 VBoxOGLpackspu_INCS += \ 545 $(VBOX_ MESA_INCS)545 $(VBOX_GL_INCS) 546 546 endif 547 547 if defined(VBOX_SIGNING_MODE) && defined(VBOX_WITH_WDDM) … … 649 649 if1of ($(KBUILD_TARGET), linux solaris freebsd) 650 650 VBoxOGLfeedbackspu_INCS += \ 651 $(VBOX_ MESA_INCS)651 $(VBOX_GL_INCS) 652 652 endif 653 653 if defined(VBOX_SIGNING_MODE) && defined(VBOX_WITH_WDDM) -
trunk/src/VBox/Additions/x11/x11include/mesa-7.2/README
r18881 r64269 3 3 4 4 $ mkdir $VBOX_PATH/src/VBox/Additions/x11/x11include/mesa-7.2 5 $ for i in `find include src/mesa -name '*.h' | grep -v src/mesa/drivers` \ 6 `find src/mesa/drivers/dri/common -name '*.h'` 7 do 8 cp --parents $i $VBOX_PATH/src/VBox/Additions/x11/x11include/mesa-7.2 9 done 5 $ cp -r include/GL $VBOX_PATH/src/VBox/Additions/x11/x11include/mesa-7.2 10 6 11 7 in the mesa-7.2 directory.
Note:
See TracChangeset
for help on using the changeset viewer.