[tracker] Do not install tracker-status-icon autostart file unconditionally
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker] Do not install tracker-status-icon autostart file unconditionally
- Date: Mon, 7 Sep 2009 16:31:47 +0000 (UTC)
commit 2dea24a04641a6a0d4431e9edfbbb02d49348b37
Author: Jürg Billeter <j bitron ch>
Date: Mon Sep 7 18:17:31 2009 +0200
Do not install tracker-status-icon autostart file unconditionally
data/Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 8360832..39e95c3 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -27,10 +27,13 @@ autostart_in_files = \
tracker-miner-fs.desktop.in
autostart_DATA = \
- tracker-status-icon.desktop \
tracker-store.desktop \
tracker-miner-fs.desktop
+if HAVE_TRACKER_APPLET
+autostart_DATA += tracker-status-icon.desktop
+endif
+
@INTLTOOL_DESKTOP_RULE@
pkgconfigdir = $(libdir)/pkgconfig
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]