diff options
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ef50bca..c9e2b98 100644 --- a/debian/control +++ b/debian/control @@ -91,7 +91,7 @@ Description: Lomiri Indicator providing clock and calendar Lomiri, this indicator supports phone devices. . This variant of the datetime indicator has been built for using - evolution-data-server as ICS data storage backend. + msyncd (mkcal) as ICS data storage backend. Package: ayatana-indicator-datetime-common Architecture: any diff --git a/debian/rules b/debian/rules index a8037cc..779c82b 100755 --- a/debian/rules +++ b/debian/rules @@ -26,12 +26,14 @@ override_dh_auto_configure: -- \ $(DEB_CMAKE_EXTRA_FLAGS) \ -DENABLE_LOMIRI_FEATURES=ON \ + -DENABLE_MKCAL=ON \ $(NULL) dh_auto_configure --builddirectory=ayatana-variant \ --buildsystem=cmake \ -- \ $(DEB_CMAKE_EXTRA_FLAGS) \ -DENABLE_LOMIRI_FEATURES=OFF \ + -DENABLE_MKCAL=OFF \ $(NULL) override_dh_auto_build: |
