[jhbuild] 3.12: Use --enable-static for spice-gtk



commit a05005ae74d744bdc488cf5af16ba50677e6c0e2
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Mar 9 20:54:41 2014 -0400

    3.12: Use --enable-static for spice-gtk
    
    It seems the coroutine implementation failes to build
    unless it is configured with --enable-static.

 modulesets/gnome-apps-3.12.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-apps-3.12.modules b/modulesets/gnome-apps-3.12.modules
index aae5eb5..1f5b5da 100644
--- a/modulesets/gnome-apps-3.12.modules
+++ b/modulesets/gnome-apps-3.12.modules
@@ -246,7 +246,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="spice-gtk" autogenargs="--disable-smartcard --enable-vala">
+  <autotools id="spice-gtk" autogenargs="--disable-smartcard --enable-vala --enable-static">
     <branch repo="spice"
             module="gtk/spice-gtk-0.23.tar.bz2"
             version="0.23"


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