macOS add SPACEMOUSE_BACKEND=hid

This commit is contained in:
Laurent Trinques
2026-09-25 05:15:06 +02:00
committed by GitHub
parent e9676ef87e
commit 988357057f
+3 -1
View File
@@ -103,7 +103,9 @@ cmake -S . -B "$BUILD_DIR" -G Ninja \
-DBUILD_WITH_KF=$BUILD_WITH_KF \
-DBUILD_KF=OFF \
-DQET_EXPORT_PROJECT_DB=ON \
-DPACKAGE_TESTS=OFF
-DPACKAGE_TESTS=OFF \
-DQET_ENABLE_SPACEMOUSE=ON \
-DQET_SPACEMOUSE_BACKEND=hid
if [ $? -ne 0 ]; then
echo "ERROR: cmake configure failed."