Changeset 102832 in vbox for trunk/src/VBox/GuestHost/SharedClipboard/testcase/Makefile.kmk
- Timestamp:
- Jan 11, 2024 9:01:46 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/testcase/Makefile.kmk
r102830 r102832 82 82 ../clipboard-transfers-provider-local.cpp 83 83 tstClipboardHttpServer_DEFS += VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP 84 endif85 84 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 += tstClipboardHttpServerX1189 tstClipboardHttpServerX11_TEMPLATE = VBoxR3TstExe90 tstClipboardHttpServerX11_EXTENDS = tstClipboardHttpServer91 tstClipboardHttpServerX11_EXTENDS_BY = appending92 tstClipboardHttpServerX11_NAME = tstClipboardHttpServerX1193 tstClipboardHttpServerX11_DEFS += TESTCASE_WITH_X1194 tstClipboardHttpServerX11_SOURCES += \95 ../clipboard-x11.cpp96 tstClipboardHttpServerX11_LIBS += \85 if1of ($(KBUILD_TARGET), linux solaris) 86 # Derived executable which also includes X11 dependencies. Might not run on pure server installations where X isn't installed. 87 PROGRAMS += tstClipboardHttpServerX11 88 tstClipboardHttpServerX11_TEMPLATE = VBoxR3TstExe 89 tstClipboardHttpServerX11_EXTENDS = tstClipboardHttpServer 90 tstClipboardHttpServerX11_EXTENDS_BY = appending 91 tstClipboardHttpServerX11_NAME = tstClipboardHttpServerX11 92 tstClipboardHttpServerX11_DEFS += TESTCASE_WITH_X11 93 tstClipboardHttpServerX11_SOURCES += \ 94 ../clipboard-x11.cpp 95 tstClipboardHttpServerX11_LIBS += \ 97 96 Xt \ 98 97 X11 98 endif 99 99 100 endif 100 101 endif
Note:
See TracChangeset
for help on using the changeset viewer.