[jhbuild] 3.24: Make bluez a sysdep



commit c320e1fb7a65606e439c87eaa61999e5a2fdae1c
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Dec 6 17:48:35 2016 -0600

    3.24: Make bluez a sysdep
    
    It's old enough for Ubuntu, and users who are trying to build it with
    unsupported old versions of Ubuntu are running into problems, so let's
    fail them on a nice sysdeps error instead of a mysterious compiler
    error.

 modulesets/gnome-suites-core-3.24.modules |    8 --------
 modulesets/gnome-sysdeps-3.24.modules     |    6 ++++++
 2 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-3.24.modules b/modulesets/gnome-suites-core-3.24.modules
index 28f7318..fc446eb 100644
--- a/modulesets/gnome-suites-core-3.24.modules
+++ b/modulesets/gnome-suites-core-3.24.modules
@@ -1175,14 +1175,6 @@
     </dependencies>
   </autotools>
 
-  <autotools id="bluez"
-             autogenargs="--enable-library">
-    <pkg-config>bluez.pc</pkg-config>
-    <branch repo="kernel.org" module="pub/linux/bluetooth/bluez-5.40.tar.xz" version="5.40"
-            hash="sha256:dada8b812055afcad4546d9966f9a763e4723169e89706e2b240c7b7e998dc27"
-            size="1664320"/>
-  </autotools>
-
   <autotools id="NetworkManager"
              autogenargs="--with-udev-dir=${libdir}/udev --with-systemdsystemunitdir=no --with-crypto=gnutls 
--disable-wimax --disable-more-warnings --disable-json-validation">
     <branch repo="git.freedesktop.org"
diff --git a/modulesets/gnome-sysdeps-3.24.modules b/modulesets/gnome-sysdeps-3.24.modules
index a149317..6234fd4 100644
--- a/modulesets/gnome-sysdeps-3.24.modules
+++ b/modulesets/gnome-sysdeps-3.24.modules
@@ -41,6 +41,12 @@
     </systemdependencies>
   </systemmodule>
 
+  <systemmodule id="bluez">
+    <pkg-config>bluez.pc</pkg-config>
+    <branch repo="system"
+            version="5.40"/>
+  </systemmodule>
+
   <systemmodule id="bogofilter">
     <branch repo="system"/>
     <systemdependencies>


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