[banshee] configure: check for GTK# before GIO#
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] configure: check for GTK# before GIO#
- Date: Wed, 26 Feb 2014 01:52:43 +0000 (UTC)
commit 539edd8b4b81e29425e58e2387927b00cc7e6c5a
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Wed Feb 26 02:52:32 2014 +0100
configure: check for GTK# before GIO#
GTK# macro checks for GLib#. It's better to raise this dependency
before GIO# because it's a bit less confusing (as for v3.0 of the
gtk-sharp bindings, gio-sharp is included in them rather than its
own separate repository as it used to happen for v2.x), as chances
are that by satisfying glib# the user is satisfying all three.
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index de2db52..7ec15c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,6 +75,9 @@ SHAMROCK_CHECK_MONO_2_0_GAC_ASSEMBLIES([
BANSHEE_DESKTOP_NAME="_Name=Banshee"
AC_SUBST(BANSHEE_DESKTOP_NAME)
+dnl Required dependencies (managed/core)
+BANSHEE_CHECK_GTK_SHARP
+
dnl DBus Sharp libraries
BANSHEE_CHECK_DBUS_SHARP
@@ -105,9 +108,6 @@ SHAMROCK_CHECK_NUNIT
dnl External TagLib# libraries (optional)
BANSHEE_CHECK_TAGLIB_SHARP
-dnl Required dependencies (managed/core)
-BANSHEE_CHECK_GTK_SHARP
-
dnl OS X (optional through --enable-osx)
BANSHEE_CHECK_OSX
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]