VirtualBox

Changeset 102032 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 9, 2023 12:59:11 PM (15 months ago)
Author:
vboxsync
Message:

Additions: X11/Wayland: Fix build when shared clipboard support is disabled, bugref:10194.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk

    r101941 r102032  
    7777        logging.cpp
    7878
    79 ifdef VBOX_WITH_WAYLAND_ADDITIONS
    80  VBoxClient_DEFS += VBOX_WITH_WAYLAND_ADDITIONS
    81  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.c
    90 endif
    9179
    9280VBoxClient_SOURCES += $(VBOX_GH_SOURCES)
     
    207195        $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/clipboard-transfers-http.cpp
    208196  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
    209209 endif
    210210endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette