Re: configure.in & DBUS
- From: Jon Trowbridge <trow novell com>
- To: MDK <mdk mdk org pl>
- Cc: dashboard-hackers gnome org
- Subject: Re: configure.in & DBUS
- Date: Thu, 07 Apr 2005 17:32:09 -0500
On Fri, 2005-04-08 at 00:24 +0200, MDK wrote:
> I think there is a small mistake in configure.in for Beagle. Line 321:
>
> DBUS_PREFIX=`$PKG_CONFIG --variable=prefix dbus-sharp`
>
> should be:
>
> DBUS_PREFIX=`$PKG_CONFIG --variable=prefix dbus-1`
This change will cause problems. Except for the header file check, we
always use DBUS_PREFIX to find dbus-sharp related things. In
particular, we use it to set the MONO_GAC_PREFIX.
Maybe instead we should define:
DBUS_SHARP_PREFIX=`$PKG_CONFIG --variable=prefix dbus-sharp`
DBUS_PREFIX=`$PKG_CONFIG --variable=prefix dbus-1`
and then use DBUS_PREFIX for the header check and DBUS_SHARP_PREFIX for
everything else.
Thanks,
-J
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]