aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-20 17:31:23 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-20 17:31:23 +0800
commit16fa66a69f9348696b8183d44bf54c459934e049 (patch)
treecdfe1248b191c1835cfaf61359dda9685b813ba7 /configure.ac
parentebc4ffcf20337b12648b83095303b64e2ab6f18a (diff)
downloadgsoc2013-empathy-16fa66a69f9348696b8183d44bf54c459934e049.tar
gsoc2013-empathy-16fa66a69f9348696b8183d44bf54c459934e049.tar.gz
gsoc2013-empathy-16fa66a69f9348696b8183d44bf54c459934e049.tar.bz2
gsoc2013-empathy-16fa66a69f9348696b8183d44bf54c459934e049.tar.lz
gsoc2013-empathy-16fa66a69f9348696b8183d44bf54c459934e049.tar.xz
gsoc2013-empathy-16fa66a69f9348696b8183d44bf54c459934e049.tar.zst
gsoc2013-empathy-16fa66a69f9348696b8183d44bf54c459934e049.zip
actually check the required clutter-gtk version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e72e361d..221149582 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,7 +206,7 @@ PKG_CHECK_MODULES(EMPATHY_CALL,
farstream-0.1
telepathy-farstream >= $TELEPATHY_FARSTREAM_REQUIRED
clutter-1.0 >= $CLUTTER_REQUIRED
- clutter-gtk-1.0
+ clutter-gtk-1.0 >= $CLUTTER_GTK_REQUIRED
clutter-gst-1.0 >= $CLUTTER_GST_REQUIRED
])