summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-04-24 00:53:24 +0200
committerBastien Nocera <hadess@hadess.net>2014-04-24 00:54:03 +0200
commit64c98089262f03c4e00a5d2d1b8d94904a2bcf51 (patch)
tree9c40c5422378f62ec39e090202c409a5e1b652fc
parentdbbc058515f4438a695af2411b36be53ce1c437d (diff)
downloadtotem-64c98089262f03c4e00a5d2d1b8d94904a2bcf51.tar.gz
build: Require clutter-gtk 1.5.2 or newer
So that we get the hi-dpi scaling support. See https://bugzilla.gnome.org/show_bug.cgi?id=724055
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3e4888938..2e9331d17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,7 @@ GST_PLUG_BASE_REQS=0.11.93
GSTPLUG_REQS=0.11.93
CLUTTER_REQS=1.17.3
CLUTTER_GST_REQS=1.5.5
-CLUTTER_GTK_REQS=1.0.2
+CLUTTER_GTK_REQS=1.5.2
dnl Check for the required GStreamer versions for missing plugins
dnl installation, unless this has been disabled.