[jhbuild] core-deps-latest: Disable profiler for mutter on non-Linux systems



commit 71b63b92912cf8259ecb18ed21f47d57d8b0be5b
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Sat Jun 22 23:28:53 2019 +0800

    core-deps-latest: Disable profiler for mutter on non-Linux systems
    
    It depends on sysprof, which is only available on Linux.

 modulesets/gnome-suites-core-latest.modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/modulesets/gnome-suites-core-latest.modules b/modulesets/gnome-suites-core-latest.modules
index c3c52559..6718d6d9 100644
--- a/modulesets/gnome-suites-core-latest.modules
+++ b/modulesets/gnome-suites-core-latest.modules
@@ -516,7 +516,7 @@
 
   <meson id="mutter">
     <if condition-unset="linux">
-      <mesonargs value="-Dremote_desktop=false -Dudev=false"/>
+      <mesonargs value="-Dprofiler=false -Dremote_desktop=false -Dudev=false"/>
     </if>
     <if condition-unset="systemd">
       <mesonargs value="-Dnative_backend=false"/>


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