[gjs/wip/chergert/disable-sysprof-agent] build: disable sysprof agent for subproject fallback




commit 676648384720df02ad7ceb7df0220d65642ee164
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jul 22 11:26:56 2022 -0700

    build: disable sysprof agent for subproject fallback
    
    Currently disabled by default in Sysprof (but to be re-enabled soon) is
    a new -Dagent=true build option. This is used to allow profiling within
    containers and installed in the container. However, it requires compiling
    more of Sysprof such as libsysprof and that is unecessary for various CI
    usage of Sysprof.
    
    This disables it as we don't need it in GJS.

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 9fba45c25..add390ec5 100644
--- a/meson.build
+++ b/meson.build
@@ -148,6 +148,7 @@ sysprof_capture = dependency('sysprof-capture-4',
     required: get_option('profiler'), include_type: 'system',
     fallback: ['sysprof', 'libsysprof_capture_dep'],
     default_options: [
+        'agent=false',
         'examples=false',
         'gtk=false',
         'tests=false',


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