aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-06-18 22:35:48 -0500
committerTed Gould <ted@canonical.com>2009-06-18 22:35:48 -0500
commit31d98b4d59d61ba5f22554e00a3152829f488617 (patch)
tree7ce7e26e636322f417cb82954267f8dbe52ed627 /configure.ac
parent8c20e20e5a4863e53b39503f443c5a733169e55c (diff)
parent9293879744bb732b416c6c57f38808381c282759 (diff)
downloadlibdbusmenu-31d98b4d59d61ba5f22554e00a3152829f488617.tar.gz
libdbusmenu-31d98b4d59d61ba5f22554e00a3152829f488617.tar.bz2
libdbusmenu-31d98b4d59d61ba5f22554e00a3152829f488617.zip
Dbus death branch.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9770814..d35e27b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,6 +49,17 @@ AC_SUBST(DBUSMENUGTK_CFLAGS)
AC_SUBST(DBUSMENUGTK_LIBS)
###########################
+# Dependencies - Testing
+###########################
+
+JSON_GLIB_REQUIRED_VERSION=0.6.0
+
+PKG_CHECK_MODULES(DBUSMENUTESTS, json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION)
+
+AC_SUBST(DBUSMENUTESTS_CFLAGS)
+AC_SUBST(DBUSMENUTESTS_LIBS)
+
+###########################
# Lib versioning
###########################