Changeset 64269 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Oct 14, 2016 6:03:39 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 111282
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk
r62492 r64269 55 55 if1of ($(KBUILD_TARGET), linux solaris freebsd) 56 56 VBoxOGLcrutil_INCS += \ 57 $(VBOX_ MESA_INCS)57 $(VBOX_GL_INCS) 58 58 endif 59 59 VBoxOGLcrutil_SOURCES = \ … … 200 200 if1of ($(KBUILD_TARGET), linux solaris freebsd) 201 201 VBoxOGLcrpacker_INCS += \ 202 $(VBOX_ MESA_INCS)202 $(VBOX_GL_INCS) 203 203 endif 204 204 VBoxOGLcrpacker_INTERMEDIATES = \ … … 351 351 if1of ($(KBUILD_TARGET), linux solaris freebsd) 352 352 VBoxOGLspuload_INCS += \ 353 $(VBOX_ MESA_INCS)353 $(VBOX_GL_INCS) 354 354 endif 355 355 VBoxOGLspuload_SOURCES = \ … … 424 424 if1of ($(KBUILD_TARGET), linux solaris freebsd) 425 425 VBoxOGLcrstate_INCS += \ 426 $(VBOX_ MESA_INCS)426 $(VBOX_GL_INCS) 427 427 endif 428 428 VBoxOGLcrstate_INTERMEDIATES = \ … … 625 625 if1of ($(KBUILD_TARGET), linux solaris freebsd) 626 626 VBoxOGLerrorspu_INCS += \ 627 $(VBOX_ MESA_INCS)627 $(VBOX_GL_INCS) 628 628 endif 629 629 VBoxOGLerrorspu_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.