[gnome-modulesets] apps: Make sure libvirt is compiled with yajl support



commit 23e06f75878284cd25ae90a5b162e472205760d2
Author: Javier JardÃn <jjardon gnome org>
Date:   Sat May 12 04:52:41 2012 +0900

    apps: Make sure libvirt is compiled with yajl support
    
    It's needed to be able to use any recent qemu, so better to make
    libvirt configure error out if it's not present.

 gnome-apps.modules |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gnome-apps.modules b/gnome-apps.modules
index 629330f..f01e054 100644
--- a/gnome-apps.modules
+++ b/gnome-apps.modules
@@ -68,7 +68,8 @@
     </dependencies>
   </autotools>
 
-  <autotools id="libvirt">
+  <autotools id="libvirt"
+             autogenargs="--with-yajl">
     <branch repo="libvirt.org"
             module="libvirt-0.9.11.3.tar.gz"
             version="0.9.11.3"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]