Summary: |
frameworks-kglobalaccel build requires X11 on Linux |
Product: |
[Frameworks and Libraries] frameworks-kglobalaccel
|
Reporter: |
Leonard Lausen <leonard> |
Component: |
general | Assignee: |
kdelibs bugs <kdelibs-bugs> |
Status: |
RESOLVED
FIXED
|
|
|
Severity: |
normal
|
CC: |
a.samirh78, leonard
|
Priority: |
NOR
|
|
|
Version: |
5.73.0 | |
|
Target Milestone: |
--- | |
|
Platform: |
Other | |
|
OS: |
Linux | |
|
Latest Commit:
|
https://invent.kde.org/frameworks/kglobalaccel/-/commit/7d6ef389defbcf8fc25762ce772315221a721790
|
Version Fixed In:
|
5.94
|
Sentry Crash Report:
|
|
| |
Attachments: |
patch
|
Created attachment 131426 [details] patch kglobalaccel supports building without X11 only on MacOS. OBSERVED RESULT Building kglobalaccel for Wayland requires building with X11 too. EXPECTED RESULT kglobalaccel can be built without X11 support on Linux. Attached is a simple patch to add an USE_X11 option to the CmakeLists.txt. There might be a more idiomatic way with ECM, but this sufficed to try build kglobalaccel without X11.