VirtualBox

Changeset 100380 in vbox


Ignore:
Timestamp:
Jul 5, 2023 9:07:45 AM (17 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Enabled VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS + VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP for Linux, to get some more build coverage + test builds [build fix]. ​​bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r100379 r100380  
    894894VBOX_WITH_SHARED_CLIPBOARD = 1
    895895# Enable shared clipboard (file) transfers
    896 #if1of ($(KBUILD_TARGET), linux)
     896if1of ($(KBUILD_TARGET), linux)
    897897 VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS = 1
    898898 if1of ($(KBUILD_TARGET), linux)
    899899  VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP = 1
    900900 endif
    901 #endif
     901endif
    902902# Enable the host/guest information service (aka guest properties).
    903903VBOX_WITH_GUEST_PROPS = 1
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