Changeset 76225 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 14, 2018 8:23:41 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/Makefile.kmk
r69111 r76225 41 41 ifndef VBOX_ONLY_VALIDATIONKIT 42 42 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd) 43 ifndef VBOX_USE_SYSTEM_XORG_HEADERS 43 44 LIBRARIES += \ 44 45 VBoxGuestR3LibXFree86 46 endif 45 47 endif 46 48 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) -
trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
r69111 r76225 407 407 $(PATH_ROOT)/src/VBox/Runtime/include \ 408 408 $(VBOX_GRAPHICS_INCS) \ 409 /usr/include/x11 \410 409 /usr/include/xorg \ 411 410 /usr/include/pixman-1
Note:
See TracChangeset
for help on using the changeset viewer.