[Xfce4-commits] <thunar:master> Depend on exo-1 and exo-hal-1 instead of exo-0.3 and exo-hal-0.3.
Jannis Pohlmann
jannis at xfce.org
Sun Aug 16 00:40:02 CEST 2009
Updating branch refs/heads/master
to 81b71afb1c188104d809c78ec80a16e7eb686487 (commit)
from bf03585520da04793b660782f35f3971094b5633 (commit)
commit 81b71afb1c188104d809c78ec80a16e7eb686487
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Thu Aug 13 02:25:14 2009 +0200
Depend on exo-1 and exo-hal-1 instead of exo-0.3 and exo-hal-0.3.
acinclude.m4 | 2 +-
configure.in.in | 2 +-
thunar-vfs/thunar-vfs-1.pc.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/acinclude.m4 b/acinclude.m4
index 49afe08..19366d9 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -241,7 +241,7 @@ AC_HELP_STRING([--with-volume-manager=@<:@auto/freebsd/hal/none@:>@], [The volum
dnl # We need HAL >= 0.5.x and D-BUS >= 0.23 for the HAL volume manager
if test x"$ac_bm_thunar_vfs_volume_impl" = x"hal"; then
- XDT_CHECK_PACKAGE([EXO_HAL], [exo-hal-0.3], [0.3.1.13])
+ XDT_CHECK_PACKAGE([EXO_HAL], [exo-hal-1], [0.3.1.13])
XDT_CHECK_PACKAGE([HAL], [hal-storage], [0.5.0])
XDT_CHECK_PACKAGE([HAL_DBUS], [dbus-glib-1], [0.23])
fi
diff --git a/configure.in.in b/configure.in.in
index 0db12a8..d94c608 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -159,7 +159,7 @@ XDT_I18N([@LINGUAS@])
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.100])
+XDT_CHECK_PACKAGE([EXO], [exo-1], [0.3.100])
XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.12.0])
XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.12.0])
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
diff --git a/thunar-vfs/thunar-vfs-1.pc.in b/thunar-vfs/thunar-vfs-1.pc.in
index 75482b1..6787970 100644
--- a/thunar-vfs/thunar-vfs-1.pc.in
+++ b/thunar-vfs/thunar-vfs-1.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@
Name: thunar-vfs
Description: ThunarVFS library
-Requires: exo-0.3 gthread-2.0
+Requires: exo-1 gthread-2.0
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lthunar-vfs- at THUNAR_VERSION_API@
Cflags: -I${includedir}/thunar-vfs- at THUNAR_VERSION_API@
More information about the Xfce4-commits
mailing list