Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/cad/freecad/files/patch-src_Gui_GuiApplicationNativeEventAware.cpp
18157 views
1
commit 8ae0abfd1d044c295c939c032790a7c4e3e960c0
2
Author: Christoph Moench-Tegeder <cmt@FreeBSD.org>
3
4
enable spnav on FreeBSD, too
5
6
diff --git src/Gui/GuiApplicationNativeEventAware.cpp src/Gui/GuiApplicationNativeEventAware.cpp
7
index 622f38ea47..9e02558875 100644
8
--- src/Gui/GuiApplicationNativeEventAware.cpp
9
+++ src/Gui/GuiApplicationNativeEventAware.cpp
10
@@ -33,7 +33,7 @@
11
12
13
#if defined(_USE_3DCONNEXION_SDK) || defined(SPNAV_FOUND)
14
-#if defined(Q_OS_LINUX)
15
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
16
#if defined(SPNAV_USE_X11)
17
#include "3Dconnexion/GuiNativeEventLinuxX11.h"
18
#else
19
20