Changeset 64270 in vbox
- Timestamp:
- Oct 14, 2016 6:19:12 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Config.kmk (modified) (1 diff)
-
src/VBox/Additions/x11/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r64269 r64270 2379 2379 2380 2380 if1of ($(KBUILD_TARGET), freebsd linux solaris) 2381 # VBOX_PATH_MESA_SOURCE = $(PATH_ROOT)/src/libs/mesa-7.2 2382 VBOX_PATH_MESA_SOURCE = $(VBOX_PATH_X11_ROOT)/mesa-7.2 2383 VBOX_GL_INCS = \ 2381 ifndef VBOX_USE_SYSTEM_GL_HEADERS 2382 VBOX_GL_INCS = \ 2384 2383 $(VBOX_PATH_X11_ROOT)/glproto-1.4.10 \ 2385 2384 $(VBOX_PATH_X11_ROOT)/mesa-7.2 2385 endif 2386 2386 endif 2387 2387 -
trunk/src/VBox/Additions/x11/Makefile.kmk
r62530 r64270 21 21 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) 22 22 include $(PATH_SUB_CURRENT)/VBoxClient/Makefile.kmk 23 include $(PATH_SUB_CURRENT)/vboxvideo/Makefile.kmk 24 ifneq ($(KBUILD_TARGET), solaris) 25 include $(PATH_SUB_CURRENT)/vboxmouse/Makefile.kmk 26 endif 27 ifndef VBOX_USE_SYSTEM_XORG_HEADERS 28 include $(PATH_SUB_CURRENT)/x11stubs/Makefile.kmk 23 ifndef VBOX_NO_LEGACY_XORG_X11 24 include $(PATH_SUB_CURRENT)/vboxvideo/Makefile.kmk 25 ifneq ($(KBUILD_TARGET), solaris) 26 include $(PATH_SUB_CURRENT)/vboxmouse/Makefile.kmk 27 endif 28 # This should logically only be controlled by VBOX_NO_LEGACY_XORG_X11, 29 # as it is not used for drivers at all, but rather to build X11 clients 30 # on systems missing needed libraries. 31 ## @todo fix at some later point when it will not break people's workflows. 32 ifndef VBOX_USE_SYSTEM_XORG_HEADERS 33 include $(PATH_SUB_CURRENT)/x11stubs/Makefile.kmk 34 endif 29 35 endif 30 36 endif
Note:
See TracChangeset
for help on using the changeset viewer.

