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

Andraž Levstik scm at sourcemage.org
Tue Nov 17 13:33:16 EST 2009


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 &&
+
 optional_depends  lvm                                       \
                   '--with-storage-lvm'                      \
                   '--without-storage-lvm'                   \
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index fa0afbf..0d3f037 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,7 +1,7 @@
 2009-11-17 Andraž "ruskie" Levstik <ruskie+f03a580f at codemages.net>
 	* DETAILS: updated spell to 0.7.2
-	* CONFIGURE: updated
-	* DEPENDS: updated
+	* CONFIGURE: updated, moved xen inotify
+	* DEPENDS: updated, moved xen inotify
 	* SUB_DEPENDS: added
 	* PRE_SUB_DEPENDS: added
 



More information about the SM-Commit mailing list