[vinagre] Disable spice by default
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Disable spice by default
- Date: Fri, 4 Mar 2011 17:40:55 +0000 (UTC)
commit b0fa99e8fd14b81159c060a13261a65dc1493175
Author: Chris Kühl <chrisk openismus com>
Date: Wed Mar 2 13:28:19 2011 +0100
Disable spice by default
Also removed the dbus dependency as this is already dealt with by
telepathy. Fixes bug 643658.
configure.ac | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6b57094..c2c906f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,7 @@ if test "x$enable_avahi" = "xyes" ; then
fi
AM_CONDITIONAL(AVAHI, test "x$enable_avahi" = "xyes")
-PKG_CHECK_MODULES(VINAGRE, \
+PKG_CHECK_MODULES(VINAGRE, \
glib-2.0 >= $GLIB_REQUIRED \
gio-2.0 >= $GLIB_REQUIRED \
gio-unix-2.0 >= $GLIB_REQUIRED \
@@ -185,7 +185,6 @@ AC_ARG_ENABLE(telepathy,
if test "x$enable_telepathy" != "xno"; then
PKG_CHECK_MODULES(TELEPATHY,
[
- dbus-glib-1 \
telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
], have_telepathy="yes", have_telepathy="no")
if test "x$have_telepathy" = "xyes"; then
@@ -216,11 +215,12 @@ if test "x$enable_applet" = "xyes";then
fi
AM_CONDITIONAL(APPLET, test "x$enable_applet" = "xyes")
+# Check for spice
AC_ARG_ENABLE(spice,
AS_HELP_STRING([--enable-spice],
[Enable SPICE plugin (default=yes)]),
enable_spice=${enableval},
- enable_spice=yes)
+ enable_spice=no)
if test "x$enable_spice" = "xyes" ; then
PKG_CHECK_MODULES(SPICE,\
@@ -335,7 +335,7 @@ This is vinagre version AC_PACKAGE_VERSION
Configure summary:
- Compiler ...................: ${CC}
+ Compiler ...................: ${CC}
Compiler Flags .............: ${CFLAGS}
GObject Introspection.......: $enable_introspection
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]