| Summary: | Fails to build without KActivities (wrong #if check) | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Christoph Feck <cfeck> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | 1i5t5.duncan, dolphin-bugs-null |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | #ifdef HAVE_KACTIVITIES -> #if HAVE_KACTIVITIES patch | ||
|
Description
Christoph Feck
2023-04-21 22:23:05 UTC
Created attachment 158576 [details]
#ifdef HAVE_KACTIVITIES -> #if HAVE_KACTIVITIES patch
Confirmed bisect to b99f6f50e. Confirmed it builds with (gentoo) USE=kactivites. Here's the error without:
src/global.cpp:20:10: fatal error: KActivities/Consumer: No such file or directory
20 | #include <KActivities/Consumer>
And a patch confirmed to fix it since I have it. I'm not a dev and don't know how to do PRs, but given cfeck's #IFDEF -> #IF hint and the commit, on gentoo a patch was trivial to do and test, so I might as well post it.
Fixed with c3fb0dc15 |