summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2007-01-07 22:58:40 +0000
committerBenedikt Meurer <benny@xfce.org>2007-01-07 22:58:40 +0000
commit97e639d806bd2aa021b5453227d25294b0d7ba3c (patch)
tree8f66a81b35b6ac986090dad511c4cb125ef5d13f /acinclude.m4
parent0e28692440e60947cd0664984fe4c7677b09b188 (diff)
downloadthunar-97e639d806bd2aa021b5453227d25294b0d7ba3c.tar.gz
2007-01-07 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-volume-hal.c, acinclude.m4: Use exo-hal to determine icons and display names for the volumes. * thunar-vfs/thunar-vfs-volume-hal.c, thunar-vfs/thunar-vfs-volume.{c,h}: Do not discard blank discs and pure audio discs. Bug #2599. (Old svn revision: 24300)
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 1e036e1d..6a46a37c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -219,6 +219,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([HAL], [hal-storage], [0.5.0])
XDT_CHECK_PACKAGE([HAL_DBUS], [dbus-glib-1], [0.23])
fi