[Xfce4-commits] <postler:master> Don't require Zeitgeist, continue without it
Christian Dywan
noreply at xfce.org
Tue Sep 6 01:22:08 CEST 2011
Updating branch refs/heads/master
to 6f78569a1210a853436e1cfd45924ac2b0ede9a3 (commit)
from 7a68476b6c7ec82da7a4bb9c946d022a419fa521 (commit)
commit 6f78569a1210a853436e1cfd45924ac2b0ede9a3
Author: Christian Dywan <christian at twotoasts.de>
Date: Sun Aug 21 21:17:04 2011 +0200
Don't require Zeitgeist, continue without it
wscript | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/wscript b/wscript
index d45d8ef..8d092f1 100644
--- a/wscript
+++ b/wscript
@@ -151,11 +151,6 @@ def configure (conf):
check_pkg ('zeitgeist-1.0', '0.3.4', mandatory=False)
if conf.env['HAVE_ZEITGEIST']:
conf.env.append_value ('VALAFLAGS', '-D HAVE_ZEITGEIST')
- else:
- Utils.pprint ('RED', 'zeitgeist is needed for Postler to show ' \
- 'up in Synapse, the Unity dash or the Activity log.\n' \
- 'If you want to build without it, pass --disable-zeitgeist.')
- sys.exit (1)
else:
Utils.pprint ('YELLOW', 'Building without zeitgeist.')
More information about the Xfce4-commits
mailing list