[jhbuild] core-latest: Use Meson to build libgnome-desktop



commit 68a41695f054f26bc65a2f3c1a1ff4d6b8a2f6e7
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Sep 8 12:24:04 2018 +0100

    core-latest: Use Meson to build libgnome-desktop
    
    Autotools were dropped from the module.

 modulesets/gnome-suites-core-latest.modules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-latest.modules b/modulesets/gnome-suites-core-latest.modules
index 223bf3b5..3fda6fe4 100644
--- a/modulesets/gnome-suites-core-latest.modules
+++ b/modulesets/gnome-suites-core-latest.modules
@@ -228,7 +228,7 @@
     </suggests>
   </meson>
 
-  <autotools id="gnome-desktop" autogenargs="--with-gnome-distributor=JHBuild">
+  <meson id="gnome-desktop" mesonargs="-Dgnome_distributor=JHBuild">
     <if condition-unset="udev-hwdb">
       <autogenargs value="--disable-udev"/>
     </if>
@@ -251,7 +251,7 @@
         <dep package="libseccomp"/>
       </if>
     </dependencies>
-  </autotools>
+  </meson>
 
   <autotools id="gnome-getting-started-docs">
     <branch/>


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