[jhbuild/wip/nielsdg/wayland-meson] core-deps: Use Meson for wayland(-protocols)



commit 096b07f8c26bcec023656d79fc7d53297f8d8ce1
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Mon Mar 30 16:52:31 2020 +0200

    core-deps: Use Meson for wayland(-protocols)

 modulesets/gnome-suites-core-deps-latest.modules | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules 
b/modulesets/gnome-suites-core-deps-latest.modules
index ad671a59..0f862443 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -2143,7 +2143,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="wayland-protocols">
+  <meson id="wayland-protocols">
     <branch repo="gitlab.freedesktop.org"
             module="wayland/wayland-protocols.git"
             checkoutdir="wayland-protocols"/>
@@ -2152,10 +2152,10 @@
         <dep package="wayland"/>
       </if>
     </dependencies>
-  </autotools>
+  </meson>
 
-  <autotools id="wayland"
-             autogenargs="--disable-documentation">
+  <meson id="wayland"
+             mesonargs="-Ddocumentation=false">
     <branch repo="gitlab.freedesktop.org"
             module="wayland/wayland.git"
             checkoutdir="wayland"/>
@@ -2164,7 +2164,7 @@
       <dep package="doxygen"/>
       <dep package="xmlto"/>
     </dependencies>
-  </autotools>
+  </meson>
 
   <cmake id="libwpe">
     <branch repo="wpewebkit.org"


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