Changeset 100380 in vbox
- Timestamp:
- Jul 5, 2023 9:07:45 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r100379 r100380 894 894 VBOX_WITH_SHARED_CLIPBOARD = 1 895 895 # Enable shared clipboard (file) transfers 896 #if1of ($(KBUILD_TARGET), linux)896 if1of ($(KBUILD_TARGET), linux) 897 897 VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS = 1 898 898 if1of ($(KBUILD_TARGET), linux) 899 899 VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP = 1 900 900 endif 901 #endif901 endif 902 902 # Enable the host/guest information service (aka guest properties). 903 903 VBOX_WITH_GUEST_PROPS = 1
Note:
See TracChangeset
for help on using the changeset viewer.