[vino] Update the configure options; most have been renamed from --enable to --with

Kalev Lember kalev at fedoraproject.org
Sun Jun 2 18:20:28 UTC 2013


commit d9e8f0ce95ed474616178fbbd4dfc55b128313c1
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Jun 2 18:02:11 2013 +0200

    Update the configure options; most have been renamed from --enable to --with

 vino.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/vino.spec b/vino.spec
index 5a8a097..b6b0989 100644
--- a/vino.spec
+++ b/vino.spec
@@ -39,13 +39,12 @@ connect to a running GNOME session using VNC.
 
 %build
 %configure                      \
-  --enable-avahi                \
-  --disable-gnutls              \
   --disable-http-server         \
+  --with-avahi                  \
+  --with-network-manager        \
   --with-secret                 \
-  --enable-libnotify            \
-  --enable-network-manager      \
-  --enable-telepathy
+  --with-telepathy              \
+  --with-gnutls                 \
 
 # drop unneeded direct library deps with --as-needed
 # libtool doesn't make this easy, so we do it the hard way
@@ -92,6 +91,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 - Update to 3.9.2
 - Adapt the spec file for dropped preferences dialog
 - Build with libsecret
+- Update the configure options; most have been renamed from --enable to --with
 
 * Mon Apr 15 2013 Kalev Lember <kalevlember at gmail.com> - 3.8.1-1
 - Update to 3.8.1


More information about the scm-commits mailing list