[jhbuild] apps-3.4,apps-3.6: Don't disable USB redir for spice-gtk



commit 7565c0b7b4fe637b17e642ea6f7e995286e490c2
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Mar 23 15:11:15 2012 +0200

    apps-3.4,apps-3.6: Don't disable USB redir for spice-gtk
    
    Let spice-gtk do this decision based on whether usbredir packages are
    available or not.

 modulesets/gnome-apps-3.4.modules |    2 +-
 modulesets/gnome-apps-3.6.modules |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-apps-3.4.modules b/modulesets/gnome-apps-3.4.modules
index a26fb6e..dbafff7 100644
--- a/modulesets/gnome-apps-3.4.modules
+++ b/modulesets/gnome-apps-3.4.modules
@@ -472,7 +472,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="spice-gtk" autogenargs="--enable-usbredir --disable-smartcard --enable-vala">
+  <autotools id="spice-gtk" autogenargs="--disable-smartcard --enable-vala">
     <branch repo="spice"
             module="gtk/spice-gtk-0.11.tar.bz2"
             version="0.11"
diff --git a/modulesets/gnome-apps-3.6.modules b/modulesets/gnome-apps-3.6.modules
index c218cbc..703f935 100644
--- a/modulesets/gnome-apps-3.6.modules
+++ b/modulesets/gnome-apps-3.6.modules
@@ -461,7 +461,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="spice-gtk" autogenargs="--disable-usbredir --disable-smartcard --enable-vala">
+  <autotools id="spice-gtk" autogenargs="--disable-smartcard --enable-vala">
     <branch repo="spice"
             module="gtk/spice-gtk-0.11.tar.bz2"
             version="0.11"



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