[gnome-continuous] Build GLib with Autotools
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] Build GLib with Autotools
- Date: Fri, 1 Dec 2017 01:50:24 +0000 (UTC)
commit 32b70c5606004bb2a54a7aab7232c10fdf305ab0
Author: Emmanuele Bassi <ebassi gnome org>
Date: Fri Dec 1 01:49:55 2017 +0000
Build GLib with Autotools
The Meson build does not work correctly.
manifest.json | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 868d2d4..f146aab 100644
--- a/manifest.json
+++ b/manifest.json
@@ -74,7 +74,10 @@
{"src": "gnome:glib",
"component": "minimal",
"requires": {"pkgconfig": ["libffi >= 3.0.10"]},
- "config-opts": ["-Dwith-pcre=internal", "-Dwith-docs=no", "-Dwith-man=no"],
+ "force-autotools": true,
+ "config-opts": ["--with-pcre=internal",
+ "--disable-gtk-doc",
+ "-disable-man"],
"irc_room": "gtk+"},
{"src": "gnome:gnome-common",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]