VirtualBox

Changeset 99636 in vbox for trunk


Ignore:
Timestamp:
May 5, 2023 1:12:57 PM (17 months ago)
Author:
vboxsync
Message:

FE/Qt: Only drag in display server detection code for Unix/POSIX builds. bugref:10427

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r99623 r99636  
    12771277        src/wizards/importappliance/UIWizardImportAppPageSettings.cpp \
    12781278        src/wizards/importappliance/UIWizardImportAppPageSource.cpp \
    1279         $(VBOX_GH_SOURCES)
    12801279
    12811280VirtualBox_SOURCES.darwin += \
     
    12851284if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # U*nix
    12861285 VirtualBox_SOURCES += \
    1287         src/platform/x11/UIDesktopServices_nix.cpp
     1286        src/platform/x11/UIDesktopServices_nix.cpp \
     1287        $(VBOX_GH_SOURCES) # For detecting display server
    12881288endif
    12891289
     
    13411341        src/softkeyboard/UISoftKeyboard.cpp \
    13421342        src/widgets/UIMiniToolBar.cpp \
    1343         $(VBOX_GH_SOURCES)
    13441343
    13451344ifdef VBOX_WITH_DRAG_AND_DROP
     
    13591358        src/platform/darwin/UIAbstractDockIconPreview.cpp \
    13601359        src/platform/darwin/UICocoaDockIconPreview.mm
     1360
     1361if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # U*nix
     1362 VirtualBoxVM_SOURCES += \
     1363        $(VBOX_GH_SOURCES) # For detecting display server
     1364endif
    13611365
    13621366ifdef VBOX_WITH_HARDENING
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