[banshee/gtk3] build: Require gudev-sharp-3.0 >= 0.2, not yet released



commit 869723ae904e4b9f8de12f5932b1ed84d96b4db2
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Thu Jul 28 21:15:36 2011 +0200

    build: Require gudev-sharp-3.0 >= 0.2, not yet released
    
    The currently released version of gudev-sharp depend on gtk-sharp-2.0,
    and that breaks our build. To fix this we now require gudev-sharp from
    its gtk3 branch, available here :
    https://github.com/mono/gudev-sharp/commits/gtk3/
    
    The name of the pkg-config module and the version number might still
    change, but we should OK for now.

 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 e3d5102..412e138 100644
--- a/build/m4/banshee/gio.m4
+++ b/build/m4/banshee/gio.m4
@@ -24,7 +24,7 @@ AC_DEFUN([BANSHEE_CHECK_GIO_SHARP],
 
 		if test "x$enable_gio_hardware" = "xyes"; then
 			PKG_CHECK_MODULES(GUDEV_SHARP,
-				gudev-sharp-1.0 >= 0.1,
+				gudev-sharp-3.0 >= 0.2,
 				enable_gio_hardware="$enable_gio", enable_gio_hardware=no)
 
 			if test "x$enable_gio_hardware" = "xno"; then



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