[banshee] configure: check GTK# before GStreamer#



commit 46a19c53a45d176434ead15f6afd191056cc3b43
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Wed Feb 26 03:04:51 2014 +0100

    configure: check GTK# before GStreamer#
    
    Some people have already asked how to build with the native backend
    instead of the managed one, just with the hope of avoiding the new
    bleeding-edge dependency (because by trying to compile GStreamer#
    they are asked to install the GLib# dependency, and they think that
    they will find yet another level of yak shaving if they go on...).
    
    By bringing up GTK# macro before the GStreamer# one (which checks
    for GLib# too), we will reduce one level of depth in dependency
    searching strategies of our potential contributors (because GLib#
    will be already installed when they try to install GStreamer#).

 configure.ac |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7ec15c4..123154b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,13 +53,6 @@ SHAMROCK_EXPAND_DATADIR
 
 PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.22)
 
-dnl Clutter support is not available in Gst# backend and is opt-in in the unmanaged one
-dnl so we set a default value here for simplicity
-AM_CONDITIONAL(HAVE_CLUTTER, false)
-
-dnl Media backends
-BANSHEE_CHECK_GSTREAMER
-
 dnl User help
 SHAMROCK_CHECK_GNOME_DOC_UTILS(0.17.3)
 
@@ -78,6 +71,13 @@ AC_SUBST(BANSHEE_DESKTOP_NAME)
 dnl Required dependencies (managed/core)
 BANSHEE_CHECK_GTK_SHARP
 
+dnl Clutter support is not available in Gst# backend and is opt-in in the unmanaged one
+dnl so we set a default value here for simplicity
+AM_CONDITIONAL(HAVE_CLUTTER, false)
+
+dnl Media backends
+BANSHEE_CHECK_GSTREAMER
+
 dnl DBus Sharp libraries
 BANSHEE_CHECK_DBUS_SHARP
 


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