summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2016-07-06 17:43:08 -0700
committerPhilip Chimento <philip@endlessm.com>2016-07-06 17:43:08 -0700
commitb27a7533df82831aba2d7bdaf4f8ec470328c6a4 (patch)
tree98c1abcc849b831a60dba62997937073bec6d2b4 /configure.ac
parenta6740546e3c94176035c99808901573c52c7293f (diff)
Run tests with mock metrics event recorder
Since we're about to add a metrics event on unmaximize of the window, we need to make sure it's not actually sent. In the absence of https://phabricator.endlessm.com/T8253, the best way to do this is to set up a mock metrics event recorder using dbusmock. https://phabricator.endlessm.com/T12233
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1d0fa66..b0dbed4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,6 +125,7 @@ AC_PATH_PROG([NATURALDOCS], [naturaldocs], [notfound])
AC_ARG_VAR([NATURALDOCS], [Path to naturaldocs])
GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
AC_SUBST(GLIB_COMPILE_RESOURCES)
+AX_PYTHON_MODULE_VERSION([dbusmock], 0.10)
AC_CACHE_SAVE