Support for new devices: * K100 RGB Optical-Mechanical * K70 Core TKL RGB * K65 Mini Features: * Port to Qt6 Bug fixes: * The GUI no longer crashes on device disconnect * The slash key on the Brazilian (ABNT) layout now works with modern keyboards * Prevent possible USB connection issues on legacy devices * Resolve a crash on pure XWayland systems * Prevent memory leak on active window detection code - Switch build to Qt6 on Tumbleweed OBS-URL: https://build.opensuse.org/package/show/hardware/ckb-next?expand=0&rev=33
14 lines
405 B
Diff
14 lines
405 B
Diff
Index: ckb-next-0.3.2/src/libs/ckb-next/CMakeLists.txt
|
|
===================================================================
|
|
--- ckb-next-0.3.2.orig/src/libs/ckb-next/CMakeLists.txt
|
|
+++ ckb-next-0.3.2/src/libs/ckb-next/CMakeLists.txt
|
|
@@ -67,7 +67,7 @@ configure_file(
|
|
COPYONLY)
|
|
|
|
# Ignore these for now on macOS
|
|
-if(NOT MACOS)
|
|
+if(0)
|
|
install(
|
|
EXPORT ${PROJECT_NAME}Targets
|
|
FILE
|