- Timestamp:
- Dec 17, 2021 12:25:10 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r93006 r93016 816 816 # Enable cURL (required for the network part of the GUI) 817 817 VBOX_WITH_LIBCURL = 1 818 # Enable libssh (required for cloud network attachment) 819 VBOX_WITH_LIBSSH = 1 818 820 # Enable Host=>Guest Drag'n'Drop 819 821 if1of ($(KBUILD_TARGET), darwin linux solaris win) … … 4585 4587 SDK_VBOX_TPMS_INCS ?= $(SDK_VBOX_TPMS_DEFAULT_INCS) 4586 4588 SDK_VBOX_TPMS_LIBS ?= $(PATH_STAGE_LIB)/VBox-libtpms$(VBOX_SUFF_LIB) 4589 endif 4590 4591 ifdef VBOX_WITH_LIBSSH 4592 SDK_VBOX_SSH = . 4593 SDK_VBOX_SSH_INCS ?= $(PATH_ROOT)/src/libs/libssh-0.9.5/include 4594 SDK_VBOX_SSH_LIBS ?= $(PATH_STAGE_LIB)/VBox-libssh$(VBOX_SUFF_LIB) 4595 4596 SDK_VBOX_SSH_STATIC = . 4597 SDK_VBOX_SSH_STATIC_EXTENDS ?= VBOX_SSH 4598 SDK_VBOX_SSH_STATIC_LIBS ?= $(PATH_STAGE_LIB)/VBox-libssh-static$(VBOX_SUFF_LIB) 4587 4599 endif 4588 4600 -
trunk/src/libs/Makefile.kmk
r91830 r93016 109 109 endif 110 110 111 include $(PATH_SUB_CURRENT)/libssh-0.9.5/Makefile.kmk 112 111 113 include $(FILE_KBUILD_SUB_FOOTER) 112 114
Note:
See TracChangeset
for help on using the changeset viewer.