summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-01-20 17:24:54 -0500
committerColin Walters <walters@verbum.org>2014-01-20 17:24:54 -0500
commit3e836f5077b8a7d14ff20d0fd586c986e259901c (patch)
tree9a91cba4439e40e82e74e64095a618acbe9ae27a /configure.ac
parente5a66b13c6af5982a4459451dfe7a505043c32f1 (diff)
downloadclutter-gst-3e836f5077b8a7d14ff20d0fd586c986e259901c.tar.gz
build: Adapt to cogl-gst-2.0-experimental rename
See https://git.gnome.org/browse/cogl/commit/?h=c2130e95560fbf53e75bd1e6c435c41a6af61a99
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 6a1ddc1..cdfd4c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,7 +143,7 @@ dnl ========================================================================
PKG_CHECK_MODULES(CLUTTER_GST,
[clutter-1.0 >= $CLUTTER_REQ_VERSION
cogl-2.0-experimental >= $COGL_REQ_VERSION
- cogl-gst >= $COGL_GST_REQ_VERSION
+ cogl-gst-2.0-experimental >= $COGL_GST_REQ_VERSION
gio-2.0 >= $GLIB_REQ_VERSION])
dnl ========================================================================