[rhythmbox] configure.ac: indicate whether visualizer plugin is being built
- From: Jamie Nicol <jamien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] configure.ac: indicate whether visualizer plugin is being built
- Date: Thu, 18 Aug 2011 13:50:51 +0000 (UTC)
commit 6f0fa0f96f74b44e273cc0f650a83dfb8a27ee8e
Author: Jamie Nicol <jamie thenicols net>
Date: Wed Aug 17 16:35:54 2011 +0100
configure.ac: indicate whether visualizer plugin is being built
https://bugzilla.gnome.org/show_bug.cgi?id=656759
configure.ac | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e47f81e..e4f9e5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -963,6 +963,12 @@ else
AC_MSG_NOTICE([ iTunes detection browser plugin (for podcasts) disabled])
fi
+if test "x$have_clutter" = xyes; then
+ AC_MSG_NOTICE([** Visualizer plugin enabled])
+else
+ AC_MSG_NOTICE([ Visualizer plugin disabled])
+fi
+
if test "x$have_json_glib" = xyes; then
AC_MSG_NOTICE([** Last.fm support enabled])
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]