Changeset 95746 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 20, 2022 10:21:38 AM (3 years ago)
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 1 edited
- 6 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/Makefile.kmk
r95745 r95746 27 27 include $(PATH_SUB_CURRENT)/vboxmouse/Makefile.kmk 28 28 endif 29 # This should logically only be controlled by VBOX_NO_LEGACY_XORG_X11, 30 # as it is not used for drivers at all, but rather to build X11 clients 31 # on systems missing needed libraries. 32 ## @todo fix at some later point when it will not break people's workflows. 33 ifndef VBOX_USE_SYSTEM_XORG_HEADERS 34 include $(PATH_SUB_CURRENT)/x11stubs/Makefile.kmk 35 endif 29 36 endif 30 37 endif
Note:
See TracChangeset
for help on using the changeset viewer.