[jhbuild] 3.26: Build gnome-multi-writer using Meson rather than autotools



commit 06c49179483a9e4dd37d488432d0cd3f94dddda5
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Aug 15 16:12:43 2017 +0100

    3.26: Build gnome-multi-writer using Meson rather than autotools
    
    It dropped its native autotools build system a while ago, and is now
    using a compatibility configure script which breaks when you do things
    like `make clean`. Probably best to just go full Meson with it.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 modulesets/gnome-apps-3.26.modules |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-apps-3.26.modules b/modulesets/gnome-apps-3.26.modules
index b728376..b093823 100644
--- a/modulesets/gnome-apps-3.26.modules
+++ b/modulesets/gnome-apps-3.26.modules
@@ -297,7 +297,7 @@
     </dependencies>
   </meson>
 
-  <autotools id="gnome-multi-writer">
+  <meson id="gnome-multi-writer">
     <branch/>
     <dependencies>
       <dep package="glib"/>
@@ -307,7 +307,7 @@
       <dep package="libgusb"/>
       <dep package="udisks"/>
     </dependencies>
-  </autotools>
+  </meson>
 
   <autotools id="gnome-nettool">
     <branch/>


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