https://bugs.kde.org/show_bug.cgi?id=468779
Duncan <1i5t5.dun...@cox.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |1i5t5.dun...@cox.net --- Comment #1 from Duncan <1i5t5.dun...@cox.net> --- Created attachment 158576 --> https://bugs.kde.org/attachment.cgi?id=158576&action=edit #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. -- You are receiving this mail because: You are watching all bug changes.