[jhbuild] core-3.28: Switch at-spi2-core to Meson



commit c2a0d75bbbfb6292858b77c7d8b4d41f0004c1dd
Author: Philip Withnall <withnall endlessm com>
Date:   Fri Dec 1 17:00:54 2017 +0000

    core-3.28: Switch at-spi2-core to Meson
    
    autotools support was dropped in commit
    840cbcb3b84b8fe8ea76b32ef6c775cebb66d193.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 modulesets/gnome-suites-core-3.28.modules |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-3.28.modules b/modulesets/gnome-suites-core-3.28.modules
index a4d7814..5fe119b 100644
--- a/modulesets/gnome-suites-core-3.28.modules
+++ b/modulesets/gnome-suites-core-3.28.modules
@@ -59,9 +59,9 @@
     </dependencies>
   </meson>
 
-  <autotools id="at-spi2-core">
+  <meson id="at-spi2-core">
     <if condition-unset="x11">
-      <autogenargs value="--disable-x11"/>
+      <mesonargs value="-Denable-x11=false"/>
     </if>
     <branch/>
     <dependencies>
@@ -75,7 +75,7 @@
         <dep package="xkbcommon-x11"/>
       </if>
     </dependencies>
-  </autotools>
+  </meson>
 
   <meson id="dconf">
     <branch/>


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