[banshee] [build] Blank out GIO-hardware deps when disabled
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [build] Blank out GIO-hardware deps when disabled
- Date: Sat, 14 Aug 2010 22:12:05 +0000 (UTC)
commit 737f6257a665d232465a2ff236672929e88bbd24
Author: Gabriel Burt <gabriel burt gmail com>
Date: Sat Aug 14 13:09:19 2010 -0700
[build] Blank out GIO-hardware deps when disabled
build/m4/banshee/gio.m4 | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/build/m4/banshee/gio.m4 b/build/m4/banshee/gio.m4
index 92fd031..679b8dc 100644
--- a/build/m4/banshee/gio.m4
+++ b/build/m4/banshee/gio.m4
@@ -26,6 +26,11 @@ AC_DEFUN([BANSHEE_CHECK_GIO_SHARP],
PKG_CHECK_MODULES(GKEYFILE_SHARP,
gkeyfile-sharp-1.0 >= 0.1,
enable_gio_hardware="$enable_gio_hardware", enable_gio_hardware=no)
+
+ if test "x$enable_gio_hardware" = "xno"; then
+ GUDEV_SHARP_LIBS=''
+ GKEYFILE_SHARP_LIBS=''
+ fi
fi
AM_CONDITIONAL(ENABLE_GIO, test "x$enable_gio" = "xyes")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]