[gnome-music] configure.ac: Bump Grilo requirement to 0.3.3



commit 6886228815d7b997b53f5f2d4fe794ac494e7e2d
Author: Marinus Schraal <mschraal src gnome org>
Date:   Tue Apr 11 00:12:26 2017 +0200

    configure.ac: Bump Grilo requirement to 0.3.3
    
    Music works with lower requirements, but there are some features that
    aren't working right without 0.3.3 and plugins 0.3.4. Sadly it is not
    currently possible to force the plugins version, so do the best we can.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7867d7a..7c01bf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ PKG_CHECK_MODULES(TRACKER, [tracker-sparql-1.0 >= $TRACKER_MIN_VERSION])
 GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
 AC_SUBST(GLIB_COMPILE_RESOURCES)
 
-GRL_MIN_VERSION=0.3.1
+GRL_MIN_VERSION=0.3.3
 PKG_CHECK_MODULES(GRL, grilo-0.3 >= $GRL_MIN_VERSION)
 
 AC_CONFIG_FILES([


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]