I am unable to build kbugbuster in tdesdk. I realize kbugbuster is more or less broken but
we should still be able to build.
I can build tdesdk in one of two ways:
* -DBUILD_KBUGBUSTER=OFF
* Reversing GIT patches b04ab117 and 629e2283, both from 03-27-2012.
The failure is being unable to find the libkcal headers installed by tdepim. Those headers
are installed in $PREFIX/include/libkcal, as seen in tdepim/libkcal/CMakeLists.txt:
DESTINATION ${INCLUDE_INSTALL_DIR}/libkcal.
Therefore reversing the two patches in GIT seems the correct way to fix this. Comments?
Objections?
Darrell