[grilo-plugins] build: Use grilo-0.3 development branch



commit 4b5841c60642c64a34583d96489ea1750b2161f1
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Sep 22 17:51:06 2015 +0200

    build: Use grilo-0.3 development branch

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7b5d27b..fd40111 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,12 +63,12 @@ if test "x$enable_uninstalled" = "xyes"; then
         AC_MSG_WARN("Configuring for running uninstalled!")
        GRL_VERSION=uninstalled
 else
-       GRL_VERSION=0.2
+       GRL_VERSION=0.3
 fi
 
 GRL_NAME=grilo-${GRL_VERSION}
-GRLNET_NAME=grilo-net-${GRL_VERSION}
-GRLPLS_NAME=grilo-pls-${GRL_VERSION}
+GRLNET_NAME=grilo-net-0.2
+GRLPLS_NAME=grilo-pls-0.2
 
 # ----------------------------------------------------------
 # DEBUG SUPPORT
@@ -90,7 +90,7 @@ fi
 PKG_CHECK_MODULES([DEPS], glib-2.0 >= 2.36      \
                          gobject-2.0   \
                          gmodule-2.0   \
-                         ${GRL_NAME} >= 0.2.12)
+                         ${GRL_NAME} >= 0.3.0)
 
 GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
 AC_SUBST(GLIB_COMPILE_RESOURCES)


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