[gnome-continuous] Specify python3 as the interpreter when buildin GLib



commit c0daf873b7efc9628b0665c0b912e83e1a706fcd
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Jan 15 15:35:57 2018 +0000

    Specify python3 as the interpreter when buildin GLib
    
    We don't want to build with Python 2.x.

 manifest.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index c6c5767..76e3b99 100644
--- a/manifest.json
+++ b/manifest.json
@@ -72,9 +72,10 @@
                 "component": "minimal",
                  "requires": {"pkgconfig": ["libffi >= 3.0.10"]},
                  "force-autotools": true,
-                 "config-opts": ["--with-pcre=internal",
+                 "config-opts": ["--with-python=python3",
+                                 "--with-pcre=internal",
                                  "--disable-gtk-doc",
-                                 "-disable-man"],
+                                 "--disable-man"],
                  "irc_room": "gtk+"},
 
                {"src": "gnome:gnome-common",


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