summaryrefslogtreecommitdiff
path: root/README.packagers
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2010-03-31 14:11:40 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2010-03-31 20:35:07 +0200
commitcbb5fce5ffaac95763859fee03def921dc8664eb (patch)
treedc66e1c2be73ff3d32ca8e323eacfd55f4f498cc /README.packagers
parent11f286e7382c8f5646ad1469d2d58ef038b9de17 (diff)
packaging: fail harder if libnotify is missing (MB #1000).
When libnotify was not found, syncevo-dbus-server was silently compiled without notifications, which happened in the MeeGo snapshot .rpms due to missing build dependencies. This patch introduces a --enable/disable-notify switch and aborts if the feature is on (by default or explicitly requested) and the development files are missing. Also document this in README.packagers.
Diffstat (limited to 'README.packagers')
-rw-r--r--README.packagers5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.packagers b/README.packagers
index de3be524..56f909c2 100644
--- a/README.packagers
+++ b/README.packagers
@@ -11,4 +11,7 @@ backends there are more subtle dependencies:
SyncEvolution can use SHA-256 hashes instead of a
weaker built-in algorithm for hashes in the database dump
.ini files
- \ No newline at end of file
+- libnotify is needed by the syncevo-dbus-server, although
+ --disable-notify can be used to avoid that.
+- Localization data is shared between sync-ui and syncevo-dbus-server
+ and thus needs to be packaged with the core SyncEvolution.