[jhbuild] world: Switch gucharmap to meson



commit 8956ac0399678e0743b95d9957048f655e7c20ea
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Wed Jul 10 16:28:21 2019 +0800

    world: Switch gucharmap to meson

 modulesets/gnome-world.modules | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-world.modules b/modulesets/gnome-world.modules
index 5cabdaf7..ef56e720 100644
--- a/modulesets/gnome-world.modules
+++ b/modulesets/gnome-world.modules
@@ -1314,7 +1314,10 @@
     </dependencies>
   </metamodule>
 
-  <autotools id="gucharmap" autogenargs="--with-unicode-data=download">
+  <meson id="gucharmap">
+    <if condition-set="freebsd">
+      <mesonargs value="-Ducd_path=/usr/local/share/unicode/ucd"/>
+    </if>
     <branch/>
     <dependencies>
       <dep package="intltool"/>
@@ -1322,7 +1325,7 @@
       <dep package="gtk+-3"/>
       <dep package="yelp-tools"/>
     </dependencies>
-  </autotools>
+  </meson>
 
   <meson id="gupnp-tools">
     <branch />


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