Summary: | Opportunity to compile digiKam without Nepomuk service | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Rafal Lalik <rafallalik> |
Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, marcel.wiesweg |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Rafal Lalik
2009-07-27 10:27:08 UTC
SVN commit 1003063 by mwiesweg: Disable compilation of Nepomuk if libraries are not found CCBUG: 201640 M +22 -2 CMakeLists.txt M +3 -0 config-digikam.h.cmake M +2 -2 digikam/CMakeLists.txt WebSVN link: http://websvn.kde.org/?view=rev&revision=1003063 Rafal, I have tried to make nepomuk compilation optional. As I can't easily uninstall nepomuk I can't test without nepomuk. Please report if current trunk or beta4 compile for you. Dear Marcel, your patches works... but with special condition. When call cmake with -DWITH_Nepomuk=Off then still need to add -DNEPOMUK_LIBRARIES=NONE -DNEPOMUK_INCLUDE_DIR=NONE otherwise cmake finish with return. I will glad if I don't have to add this variables - it is more logical, isn't it? I did not compile it with support for Nepomuk - belive that you or somebody test it :-) Hope you will fix this last issue soon. My bad, I didn't clear cache before compiling. Everything works! God job Marcel! Rafal Thanks. I close this file now... Gilles Caulier |