2007/1/12, Jamie McCracken <[EMAIL PROTECTED]>:
Michael Biebl wrote:
> 2007/1/12, Jamie McCracken <[EMAIL PROTECTED]>:
>> Saleem Abdulrasool wrote:
>> > Hi.
>> >
>> > Attached is a patch to autodetect the session service dir. It can
>> > always be overridden with the --with-session-bus-services-dir.
>> >
>> > The name of the patch is slightly misleading (mostly since Im too lazy
>> > to rename it :-p). It should apply cleanly to SVN head.
>> >
>>
>> thanks thats great - have now applied
>
> Ouch. This patch killed "make distcheck", because the $prefix variable
> is not respected anymore. Maybe it's better to revert the patch?
>
we need this patch because if you install with a prefix that does not
match where dbus is installed then you wont be able to activate tracker
automatically (other dbus aware apps use something similar)
Is there no way make distcheck can get round this?
Well, I just remembered a trick how we can workaround this.
Please find the attached patch.
It's important that the $datadir var is quoted as in the patch,
otherwise it won't work.
Have fun,
Michael
P.S: Just in case you are wondering about the patch format: I'm using
git-svn to track the upstream SVN and do my own changes.
From 7bd61e2ac1c99755ac960cd972823b246a8f737a Mon Sep 17 00:00:00 2001
From: Michael Biebl <[EMAIL PROTECTED]>
Date: Fri, 12 Jan 2007 12:51:35 +0100
Subject: [PATCH] make distcheck fixes
---
Makefile.am | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 0bfdc9c..aa8cf77 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,3 +23,6 @@ DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
+
+DISTCHECK_CONFIGURE_FLAGS = \
+ --with-session-bus-services-dir="\$(datadir)"/dbus-1/services
--
1.4.4.4
_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list