summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-05 13:27:04 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-05 13:27:04 +0000
commit94d0664ab7bee1b49e869f3d996eba7dce62dfdb (patch)
tree77c6eb0fc8b8f2a64d0a635f1353a8aae8154864 /src
parentdda6716745444bfcd7c3aeef74dd9b83814c989f (diff)
downloadVirtualBox-svn-94d0664ab7bee1b49e869f3d996eba7dce62dfdb.tar.gz
FE/Qt: Only drag in display server detection code for Unix/POSIX builds [build fix]. bugref:10427
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99638 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src')
-rw-r--r--src/VBox/Frontends/VirtualBox/Makefile.kmk4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/VBox/Frontends/VirtualBox/Makefile.kmk b/src/VBox/Frontends/VirtualBox/Makefile.kmk
index 73c778aa2a2..de9be60cb27 100644
--- a/src/VBox/Frontends/VirtualBox/Makefile.kmk
+++ b/src/VBox/Frontends/VirtualBox/Makefile.kmk
@@ -1646,8 +1646,10 @@ UICommon_SOURCES.darwin += \
#
# Include common guest / host sources.
#
-UICommon_SOURCES += \
+if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # U*nix
+ UICommon_SOURCES += \
$(VBOX_GH_SOURCES)
+endif
#
# VirtualBox Manager Application