[banshee] build: require the now released gudev-sharp 3.0 (gtk3)



commit 2d4c44cbc2b4c253402bdfce505b42c2d3722b35
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Mon Sep 9 14:34:59 2013 +0200

    build: require the now released gudev-sharp 3.0 (gtk3)
    
    We were depending on an unreleased version of gudev-sharp, but it has
    now been released [1].
    
    [1] https://github.com/mono/gudev-sharp/commit/7bd450067365a8709e5005f4111ecf684d003efe

 build/m4/banshee/gio.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/m4/banshee/gio.m4 b/build/m4/banshee/gio.m4
index 5327c10..dd2f023 100644
--- a/build/m4/banshee/gio.m4
+++ b/build/m4/banshee/gio.m4
@@ -1,7 +1,7 @@
 AC_DEFUN([BANSHEE_CHECK_GIO_SHARP],
 [
        GIOSHARP_REQUIRED=2.99
-       GUDEVSHARP_REQUIRED=0.2
+       GUDEVSHARP_REQUIRED=3.0
        
        AC_ARG_ENABLE(gio, AC_HELP_STRING([--disable-gio], [Disable GIO for IO operations]), 
,enable_gio="yes")
        AC_ARG_ENABLE(gio_hardware, AC_HELP_STRING([--disable-gio-hardware], [Disable GIO Hardware backend]), 
,enable_gio_hardware="yes")


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