Diffusion KWin 5da8b4c78ae0

Explicitly link and disable kcrash on kwin_wayland

Authored by davidedmundson on Nov 12 2018, 9:58 AM.

Description

Explicitly link and disable kcrash on kwin_wayland

Summary:
Kwin tried to not use kcrash by not linking against it.

KIO now links against KCrash as we link against KIO we indirectly link
against KCrash and thus now link and launch kcrash on wayland. This
breaks coredump.

Arguably it should be fixed in KIO, but it's non-trivial.

The advantage of this approach is it allows us to enable drkonqi for
nested mode in the future, or make a non-gui drkonqi that just saves
logs.

Test Plan: Compiles

Reviewers: KWin, romangg

Reviewed By: KWin, romangg

Subscribers: zzag, romangg, kwin

Tags: KWin

Differential Revision: https://phabricator.kde.org/D16834

Details