Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (ab4c6b4e266c51bcde7e809b6fb2332fffe81ff3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (ab4c6b4e266c51bcde7e809b6fb2332fffe81ff3)
  • Date: Tue, 17 Nov 2009 12:52:23 -0800

Andraž Levstik wrote:
GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

libs/libvirt/CONFIGURE | 5 -----
libs/libvirt/DEPENDS | 5 +++++
libs/libvirt/HISTORY | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit ab4c6b4e266c51bcde7e809b6fb2332fffe81ff3
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

libvirt: moved query, thanks sandalle

diff --git a/libs/libvirt/CONFIGURE b/libs/libvirt/CONFIGURE
index 65cc7d4..0341da3 100755
--- a/libs/libvirt/CONFIGURE
+++ b/libs/libvirt/CONFIGURE
@@ -22,11 +22,6 @@ config_query_option LIBVIRT_OPTS 'Build VirtualBox
support' y \
config_query_option LIBVIRT_OPTS 'Build User Mode Linux support' y \
'--with-uml' '--without-uml' &&
-if is_depends_enabled $SPELL xen ; then
-config_query_option LIBVIRT_OPTS 'Enable Xen inotify support' y \
- '--with-xen-inotify' '--without-xen-inotify'
-fi &&
-
config_query_option LIBVIRT_OPTS 'Build remote driver support?' y \
'--with-remote' '--without-remote' &&
diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index 9b11020..bfc8219 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -30,6 +30,11 @@ optional_depends xen-tools \
'--without-xen' \
'for Xen support' &&
+if is_depends_enabled $SPELL xen ; then
+config_query_option LIBVIRT_OPTS 'Enable Xen inotify support' y \
+ '--with-xen-inotify' '--without-xen-inotify'
+fi &&
+

I think you meant xen-tools, not xen. :) libvrit was depending on xen, which is just a meta package for the Xen suite.

-sandalle




Archive powered by MHonArc 2.6.24.

Top of Page