Changeset 102830 in vbox for trunk/src/VBox/GuestHost/SharedClipboard/testcase/Makefile.kmk
- Timestamp:
- Jan 11, 2024 8:45:36 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/testcase/Makefile.kmk
r100685 r102830 83 83 tstClipboardHttpServer_DEFS += VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP 84 84 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 85 100 endif 86 101
Note:
See TracChangeset
for help on using the changeset viewer.