Changeset 83227 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Mar 6, 2020 6:24:15 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136367
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
r83226 r83227 38 38 endif 39 39 40 41 VBoxClient_DEFS.linux += _GNU_SOURCE 42 VBoxClient_INCS = $(VBOX_GRAPHICS_INCS) 40 43 VBoxClient_INCS += ../x11include/panoramiXproto-1.1 41 44 VBoxClient_INCS += ../x11include/libXrandr-1.5.2 42 VBoxClient_DEFS.linux += _GNU_SOURCE43 VBoxClient_INCS = $(VBOX_GRAPHICS_INCS)44 45 45 VBoxClient_SOURCES = \ 46 46 main.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.