Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Fix-cross-compilation.patch | [PATCH] Fix cross compilation kdeconnect fails to cross build from source. plugins/CMakeLists.txt contains a condition that contains an unquoted ${CMAKE_SYSTEM_VERSION}. Since the toolchain does not set this optional variable, it evaluates to nothing rather than an empty string and breaks parsing the condition (which is only relevant to windows). Please quote the variable to allow evaluating the expression without having to define the variable. Doing so makes kdeconnect cross buildable. see https://bugs.debian.org/977275 |
Helmut Grohne <helmut@subdivi.de> | no | 2024-12-06 |