https://bugs.kde.org/show_bug.cgi?id=516565
Bug ID: 516565
Summary: Make Wayland optional
Classification: Applications
Product: gwenview
Version First 25.12.2
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
For some reason Wayland is forced for Unix:
if (APPLE OR HAIKU OR NOT UNIX)
set(GWENVIEW_NO_WAYLAND_GESTURES ON)
endif()
Can't this be made optional?
option(GWENVIEW_NO_WAYLAND_GESTURES "Disable Wayland gestures" OFF)
if (APPLE OR HAIKU)
set(GWENVIEW_NO_WAYLAND_GESTURES ON)
endif()
--
You are receiving this mail because:
You are watching all bug changes.