VirtualBox

Ignore:
Timestamp:
Jan 11, 2024 8:45:36 AM (13 months ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: Added building a separate X11 binary, so that the X-specific code also can be tested in combination with the transfer code. Only available in manual mode; see syntax help. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/testcase/Makefile.kmk

    r100685 r102830  
    8383   tstClipboardHttpServer_DEFS    += VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP
    8484  endif
     85
     86  if1of ($(KBUILD_TARGET), linux solaris)
     87   # Derived executable which also includes X11 dependencies. Might not run on pure server installations where X isn't installed.
     88   PROGRAMS += tstClipboardHttpServerX11
     89   tstClipboardHttpServerX11_TEMPLATE   = VBoxR3TstExe
     90   tstClipboardHttpServerX11_EXTENDS    = tstClipboardHttpServer
     91   tstClipboardHttpServerX11_EXTENDS_BY = appending
     92   tstClipboardHttpServerX11_NAME       = tstClipboardHttpServerX11
     93   tstClipboardHttpServerX11_DEFS      += TESTCASE_WITH_X11
     94   tstClipboardHttpServerX11_SOURCES   += \
     95        ../clipboard-x11.cpp
     96   tstClipboardHttpServerX11_LIBS      += \
     97        Xt \
     98        X11
     99  endif
    85100 endif
    86101
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