[gnome-continuous] manifest: Enable the inspector in gnome-terminal



commit 3287e00612a581f09d11cbf4df8019d7324cd577
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Feb 24 18:09:21 2016 +0100

    manifest: Enable the inspector in gnome-terminal
    
    This introduces an item in the help menu to toggle the inspector at
    run-time. It is important because using GTK_DEBUG=interactive to force
    it leads to an inspector that is unaware of the windows.

 manifest.json |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 0c47939..5bda2f4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1143,7 +1143,9 @@
                "patches": ["behave-buildsys.patch"]},
 
                {"src": "gnome:gnome-terminal",
-                "config-opts": ["--without-nautilus-extension", "--without-pcre2"]},
+                "config-opts": ["--enable-debug",
+                                "--without-nautilus-extension",
+                                "--without-pcre2"]},
 
                {"src": "gnome:gnome-clocks"},
 


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