[jhbuild] core-deps-latest: Switch glade to meson
- From: Iñigo Martínez <inigomartinez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] core-deps-latest: Switch glade to meson
- Date: Mon, 1 Apr 2019 06:39:42 +0000 (UTC)
commit 521f360f7fd4da1efcffe9e123f7cdb0efe2143f
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Mon Apr 1 08:39:14 2019 +0200
core-deps-latest: Switch glade to meson
glade is going to remove autotools support in the next cycle.
modulesets/gnome-suites-core-deps-latest.modules | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules
b/modulesets/gnome-suites-core-deps-latest.modules
index d3425033..60bb3c2d 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -458,15 +458,12 @@
</dependencies>
</meson>
- <autotools id="glade">
+ <meson id="glade">
<if condition-set="macos">
- <autogenargs value="--disable-man-pages"/>
+ <mesonargs value="-Dman=false"/>
</if>
<branch/>
<dependencies>
- <dep package="intltool"/>
- <dep package="gnome-common"/>
- <dep package="gtk-doc" />
<dep package="gtk+-3"/>
<dep package="libxml2"/>
<dep package="yelp-tools"/>
@@ -474,7 +471,7 @@
<dep package="gtk-mac-integration"/>
</if>
</dependencies>
- </autotools>
+ </meson>
<autotools id="gnome-autoar">
<branch/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]