Re: Choosing whether a dependency is optional or required.

2011-02-02 Thread Raphael Kubo da Costa
Andreas Pakulat ap...@gmx.de writes: On 29.01.11 11:32:01, Raphael Kubo da Costa wrote: I've recently committed a patch to Kopete's Yahoo! protocol that makes libjasper required when the protocol is built. As I can see, the other Kopete protocols usually check for their dependencies in the

Choosing whether a dependency is optional or required.

2011-01-29 Thread Raphael Kubo da Costa
Hey there, I've recently committed a patch to Kopete's Yahoo! protocol that makes libjasper required when the protocol is built. As I can see, the other Kopete protocols usually check for their dependencies in the top-level CMakeLists.txt with macro_optional_find_package(Foo)

Re: Choosing whether a dependency is optional or required.

2011-01-29 Thread Andreas Pakulat
On 29.01.11 11:32:01, Raphael Kubo da Costa wrote: I've recently committed a patch to Kopete's Yahoo! protocol that makes libjasper required when the protocol is built. As I can see, the other Kopete protocols usually check for their dependencies in the top-level CMakeLists.txt with