[dolphin] [Bug 468779] Fails to build without KActivities (wrong #if check)

2023-05-10 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=468779

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from Duncan <1i5t5.dun...@cox.net> ---
Fixed with c3fb0dc15

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 468779] Fails to build without KActivities (wrong #if check)

2023-04-30 Thread Duncan
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=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 

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.

[dolphin] [Bug 468779] Fails to build without KActivities (wrong #if check)

2023-04-29 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=468779

Christoph Feck  changed:

   What|Removed |Added

   Keywords||junior-jobs

-- 
You are receiving this mail because:
You are watching all bug changes.