[jhbuild] 3.26: Move usbredir to sysdeps



commit c448cf9a5d726919e639e346e79a1627f1ad5893
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Aug 8 22:25:29 2017 -0500

    3.26: Move usbredir to sysdeps
    
    It doesn't build with GCC 7 due to some format string warning

 modulesets/gnome-suites-core-deps-3.26.modules |   10 ----------
 modulesets/gnome-sysdeps-3.26.modules          |    5 +++++
 2 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.26.modules b/modulesets/gnome-suites-core-deps-3.26.modules
index 631a284..ecb5904 100644
--- a/modulesets/gnome-suites-core-deps-3.26.modules
+++ b/modulesets/gnome-suites-core-deps-3.26.modules
@@ -1821,16 +1821,6 @@ the module and we will just change it to use a tarball anyway.
     </dependencies>
   </autotools>
 
-  <autotools id="usbredir">
-    <branch repo="spice"
-            module="usbredir/usbredir-${version}.tar.bz2"
-            version="0.7.1"
-            hash="sha256:407e9e27a1369f01264d5501ffbe88935ddd7d5de675f5835db05dc9c9ac56f3"/>
-    <dependencies>
-      <dep package="libusb1-1.0.9"/>
-    </dependencies>
-  </autotools>
-
   <autotools id="vala" autogenargs="--enable-vapigen" supports-non-srcdir-builds="no">
     <branch />
     <dependencies>
diff --git a/modulesets/gnome-sysdeps-3.26.modules b/modulesets/gnome-sysdeps-3.26.modules
index 672a915..54070ae 100644
--- a/modulesets/gnome-sysdeps-3.26.modules
+++ b/modulesets/gnome-sysdeps-3.26.modules
@@ -1112,6 +1112,11 @@
     <branch repo="system" version="2.1.1"/>
   </systemmodule>
 
+  <systemmodule id="usbredir">
+    <pkg-config>libusbredirhost.pc</pkg-config>
+    <branch repo="system" version="0.7.1"/>
+  </systemmodule>
+
   <systemmodule id="valgrind">
     <pkg-config>valgrind.pc</pkg-config>
     <branch repo="system" version="3.10.0"/>


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