Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 508040 | Differences between
and this patch

Collapse All | Expand All

(-)CMakeLists.txt.orig (-1 / +1 lines)
Lines 21-27 Link Here
21
option(INSTALL_QSQLITE_IN_QT_PREFIX "Install the QSQLite plugin in QT_PLUGIN_DIR" FALSE)
21
option(INSTALL_QSQLITE_IN_QT_PREFIX "Install the QSQLite plugin in QT_PLUGIN_DIR" FALSE)
22
option(STATIC_LIBRARY "Build Akonadi as a static library." FALSE)
22
option(STATIC_LIBRARY "Build Akonadi as a static library." FALSE)
23
option(QT5_BUILD "Build Akonadi using the Qt5 framework" FALSE)
23
option(QT5_BUILD "Build Akonadi using the Qt5 framework" FALSE)
24
option(WITH_SOPRANO "Build with Soprano support. Needed for Nepomuk search integration." TRUE)
24
option(WITH_SOPRANO "Build with Soprano support. Needed for Nepomuk search integration." FALSE)
25
25
26
if(NOT DEFINED DATABASE_BACKEND)
26
if(NOT DEFINED DATABASE_BACKEND)
27
  set(DATABASE_BACKEND "MYSQL" CACHE STRING "The default database backend to use for Akonadi. Can be either MYSQL, POSTGRES or SQLITE")
27
  set(DATABASE_BACKEND "MYSQL" CACHE STRING "The default database backend to use for Akonadi. Can be either MYSQL, POSTGRES or SQLITE")

Return to bug 508040