[pinpoint] configure.ac: bump clutter-gst dependency to 2.0
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pinpoint] configure.ac: bump clutter-gst dependency to 2.0
- Date: Sun, 23 Feb 2014 20:33:34 +0000 (UTC)
commit 2e16f8f2284865b0635d9f225804513340ca2977
Author: Lionel Landwerlin <llandwerlin gmail com>
Date: Sun Feb 23 19:05:48 2014 +0000
configure.ac: bump clutter-gst dependency to 2.0
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f4a78a4..bc99f0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,16 +49,16 @@ AC_ARG_ENABLE([cluttergst],
AC_MSG_CHECKING([for the stuff needed to show media files])
AS_CASE([$enable_cluttergst],
[no], [have_cluttergst="no (disabled)"],
- [yes], [PKG_CHECK_EXISTS([clutter-gst-1.0 >= 1.3],
+ [yes], [PKG_CHECK_EXISTS([clutter-gst-2.0 >= 2.0],
have_cluttergst="yes",
AC_MSG_ERROR([Oh no!]))],
- [auto], [PKG_CHECK_EXISTS([clutter-gst-1.0 >= 1.3],
+ [auto], [PKG_CHECK_EXISTS([clutter-gst-2.0 >= 2.0],
have_cluttergst="yes",
have_cluttergst="no")],
AC_MSG_ERROR([invalid argumented passed to --enable-cluttergst]))
AC_MSG_RESULT([$have_cluttergst])
AS_IF([test "x$have_cluttergst" = "xyes"], [
- PINPOINT_DEPS="$PINPOINT_DEPS clutter-gst-1.0 >= 1.3"
+ PINPOINT_DEPS="$PINPOINT_DEPS clutter-gst-2.0 >= 2.0"
AC_DEFINE([USE_CLUTTER_GST], [1], [Whether pinpoint will display media files using ClutterGst])])
AM_CONDITIONAL([USE_CLUTTER_GST], [test "x$have_cluttergst" = "xyes"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]