[banshee] [build] Bring in gio-sharp and gtk-sharp-beans mdb files if present



commit 42f28a6cde77115701bc49ba8e8936ea8e525b1b
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sun Sep 5 12:35:24 2010 +0200

    [build] Bring in gio-sharp and gtk-sharp-beans mdb files if present
    
    The .mdb files should not be in the pkg-config Libraries variable, so we
    check if they are present and include them accordingly.
    Note that this still works if the .mdb files are in the Libraries
    variable.

 build/m4/banshee/gio.m4 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/build/m4/banshee/gio.m4 b/build/m4/banshee/gio.m4
index 416d3b7..dc66f24 100644
--- a/build/m4/banshee/gio.m4
+++ b/build/m4/banshee/gio.m4
@@ -18,6 +18,7 @@ AC_DEFUN([BANSHEE_CHECK_GIO_SHARP],
 		for asm in $asms; do
 			GIOSHARP_ASSEMBLIES="$GIOSHARP_ASSEMBLIES $asm"
 			[[ -r "$asm.config" ]] && GIOSHARP_ASSEMBLIES="$GIOSHARP_ASSEMBLIES $asm.config"
+			[[ -r "$asm.mdb" ]] && GIOSHARP_ASSEMBLIES="$GIOSHARP_ASSEMBLIES $asm.mdb"
 		done
 		AC_SUBST(GIOSHARP_ASSEMBLIES)
 



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