[nautilus-actions] m4/na-check-for-gdbus.m4: requires GIO 2.30
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] m4/na-check-for-gdbus.m4: requires GIO 2.30
- Date: Sun, 29 Jan 2012 10:59:14 +0000 (UTC)
commit 6982f6b9d29e911c546e1c0563138d47435aae6a
Author: Pierre Wieser <pwieser trychlos org>
Date: Sat Jan 28 17:51:24 2012 +0100
m4/na-check-for-gdbus.m4: requires GIO 2.30
Required to be able to use GDBusObjectManagerServer (high level D-Bus API).
ChangeLog | 2 ++
m4/na-check-for-gdbus.m4 | 5 +++--
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index aac1d7f..34271b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2012-01-28 Pierre Wieser <pwieser trychlos org>
+ * m4/na-check-for-gdbus.m4: Requires GIO 2.30 (GDBusObjectManagerServer).
+
* docs/reference/nautilus-actions-sections.txt: Update reference manual.
2012-01-27 Pierre Wieser <pwieser trychlos org>
diff --git a/m4/na-check-for-gdbus.m4 b/m4/na-check-for-gdbus.m4
index 47ff698..5eb5fb5 100644
--- a/m4/na-check-for-gdbus.m4
+++ b/m4/na-check-for-gdbus.m4
@@ -35,13 +35,14 @@ dnl HAVE_DBUS_GLIB if glib < 2.26 and we have dbus-glib-1
dnl HAVE_GDBUS for glib 2.26 and above
dnl
dnl pwi 2012-01-27 this M4sh will become useless as soon as we
-dnl start requiring glib >= 2.26
+dnl start requiring glib >= 2.30
+dnl required by GDBusObjectManagerServer
AC_DEFUN([NA_CHECK_FOR_GDBUS],[
_na_have_gdbus="no"
_na_have_dbus_glib="no"
- PKG_CHECK_MODULES([GIO],[gio-2.0 >= 2.26],[
+ PKG_CHECK_MODULES([GDBUS],[gio-2.0 >= 2.30],[
_na_have_gdbus="yes"
],[
PKG_CHECK_MODULES([DBUS_GLIB],[dbus-glib-1],[
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]