Disable Bluetooth backend due to https://bugs.kde.org/show_bug.cgi?id=482192
This commit is contained in:
parent
3c9f4a7e35
commit
7f3287a71b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ option(MDNS_ENABLED "Use MDNS for device discovery" ON)
|
|||
add_subdirectory(backends/lan)
|
||||
add_subdirectory(backends/loopback)
|
||||
|
||||
option(BLUETOOTH_ENABLED "Bluetooth support for kdeconnect" ON)
|
||||
option(BLUETOOTH_ENABLED "Bluetooth support for kdeconnect" OFF)
|
||||
if(BLUETOOTH_ENABLED)
|
||||
find_package(Qt6 ${QT_MIN_VERSION} REQUIRED COMPONENTS Bluetooth)
|
||||
add_subdirectory(backends/bluetooth)
|
||||
|
|
Loading…
Reference in a new issue