Changeset 102032 in vbox for trunk/src/VBox
- Timestamp:
- Nov 9, 2023 12:59:11 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
r101941 r102032 77 77 logging.cpp 78 78 79 ifdef VBOX_WITH_WAYLAND_ADDITIONS80 VBoxClient_DEFS += VBOX_WITH_WAYLAND_ADDITIONS81 VBoxClient_INCS += ../wlInclude/82 VBoxClient_SOURCES += \83 wayland-helper-dcp.cpp \84 wayland-helper-gtk.cpp \85 wayland-helper.cpp \86 wayland.cpp \87 wayland-helper-ipc.cpp \88 ../wlInclude/wayland-protocol.c \89 ../wlInclude/wlr-data-control-unstable-v1.c90 endif91 79 92 80 VBoxClient_SOURCES += $(VBOX_GH_SOURCES) … … 207 195 $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/clipboard-transfers-http.cpp 208 196 endif 197 endif 198 ifdef VBOX_WITH_WAYLAND_ADDITIONS 199 VBoxClient_DEFS += VBOX_WITH_WAYLAND_ADDITIONS 200 VBoxClient_INCS += ../wlInclude/ 201 VBoxClient_SOURCES += \ 202 wayland-helper-dcp.cpp \ 203 wayland-helper-gtk.cpp \ 204 wayland-helper.cpp \ 205 wayland.cpp \ 206 wayland-helper-ipc.cpp \ 207 ../wlInclude/wayland-protocol.c \ 208 ../wlInclude/wlr-data-control-unstable-v1.c 209 209 endif 210 210 endif
Note:
See TracChangeset
for help on using the changeset viewer.