[empathy] Depend on a specific version of clutter-gst
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Depend on a specific version of clutter-gst
- Date: Tue, 20 Mar 2012 09:39:10 +0000 (UTC)
commit ebc4ffcf20337b12648b83095303b64e2ab6f18a
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Mar 20 10:30:31 2012 +0100
Depend on a specific version of clutter-gst
Needed as we use the traditionnal gst construction API.
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 31727b0..1e72e36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,7 @@ AC_DEFINE(CLUTTER_VERSION_MIN_REQUIRED, CLUTTER_VERSION_1_8, [Ignore post 1.8 de
AC_DEFINE(CLUTTER_VERSION_MAX, CLUTTER_VERSION_1_8, [Prevent post 1.8 APIs])
CLUTTER_GTK_REQUIRED=0.90.3
+CLUTTER_GST_REQUIRED=1.5.2
GSTREAMER_REQUIRED=0.10.32
KEYRING_REQUIRED=2.26.0
@@ -206,7 +207,7 @@ PKG_CHECK_MODULES(EMPATHY_CALL,
telepathy-farstream >= $TELEPATHY_FARSTREAM_REQUIRED
clutter-1.0 >= $CLUTTER_REQUIRED
clutter-gtk-1.0
- clutter-gst-1.0
+ clutter-gst-1.0 >= $CLUTTER_GST_REQUIRED
])
AC_DEFINE(EMPATHY_GOA_PROVIDER, "org.gnome.OnlineAccounts",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]