[jhbuild] 3.28: Disable profiler for gjs on non-Linux systems



commit 42626b3398c0ed0dc9685166e357785b51b16727
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Sat Jan 27 16:04:12 2018 +0800

    3.28: Disable profiler for gjs on non-Linux systems
    
    It is currently a Linux-only implementation.

 modulesets/gnome-suites-core-deps-3.28.modules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.28.modules b/modulesets/gnome-suites-core-deps-3.28.modules
index 80c5997..30169e7 100644
--- a/modulesets/gnome-suites-core-deps-3.28.modules
+++ b/modulesets/gnome-suites-core-deps-3.28.modules
@@ -600,6 +600,9 @@ the module and we will just change it to use a tarball anyway.
     <if condition-set="coverage">
       <autogenargs value="--enable-coverage"/>
     </if>
+    <if condition-unset="linux">
+      <autogenargs value="--disable-profiler"/>
+    </if>
     <branch/>
     <dependencies>
       <dep package="m4-common"/>


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