~ubuntu-branches/ubuntu/saucy/digikam/saucy

« back to all changes in this revision

Viewing changes to config-digikam.h.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-06-18 21:58:46 UTC
  • mfrom: (1.2.29 upstream) (3.2.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100618215846-c95bk5aoysmu786d
Tags: 2:1.3.0-0ubuntu1
* Merge with Debian unstable, remaining changes:
  - Export .pot name and copy to plugins in debian/rules
  - Enable Nepomuk support in Digikam
    - Add shared-desktop-ontologies to build depends
* New upstream release:
  - Remove digikam-1.2.0-kde232628.patch fixed by upstream
  - Add mysql-server-5.1 to buil-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
/* Define to 1 if you have Nepomuk shared libraries installed */
26
26
#cmakedefine HAVE_NEPOMUK 1
27
27
 
 
28
#define LIBEXEC_INSTALL_DIR "${LIBEXEC_INSTALL_DIR}"
28
29
 
29
30
/* debug area codes */
30
 
#define AREACODE_GENERAL      ${AREA_CODE_GENERAL}
31
 
#define AREACODE_KIOSLAVES    ${AREA_CODE_KIOSLAVES}
32
 
#define AREACODE_SHOWFOTO     ${AREA_CODE_SHOWFOTO}
33
 
#define AREACODE_IMAGEPLUGINS ${AREA_CODE_IMAGEPLUGINS}
 
31
#define AREACODE_GENERAL        ${AREA_CODE_GENERAL}
 
32
#define AREACODE_KIOSLAVES      ${AREA_CODE_KIOSLAVES}
 
33
#define AREACODE_SHOWFOTO       ${AREA_CODE_SHOWFOTO}
 
34
#define AREACODE_IMAGEPLUGINS   ${AREA_CODE_IMAGEPLUGINS}
 
35
#define AREACODE_DATABASESERVER ${AREA_CODE_DATABASESERVER}
34
36
 
35
37
#endif /* CONFIG_DIGIKAM_H */