[gjs/wip/chergert/fix-sysprof-wrapper] build: track changes to Sysprof meson options




commit dffe152b85ba3ccb244df6ebcab2e6579c5cbc27
Author: Christian Hergert <chergert redhat com>
Date:   Wed May 25 22:55:25 2022 -0700

    build: track changes to Sysprof meson options
    
    Sysprof recently cleaned up it's very ancient build options. This tracks
    those changes so that the subproject will continue to work.

 meson.build | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index ee788ad92..9f8cdacc9 100644
--- a/meson.build
+++ b/meson.build
@@ -148,12 +148,12 @@ sysprof_capture = dependency('sysprof-capture-4',
     required: get_option('profiler'), include_type: 'system',
     fallback: ['sysprof', 'libsysprof_capture_dep'],
     default_options: [
-        'enable_examples=false',
-        'enable_gtk=false',
-        'enable_tests=false',
-        'enable_tools=false',
+        'examples=false',
+        'gtk=false',
+        'tests=false',
+        'tools=false',
         'libsysprof=false',
-        'with_sysprofd=none',
+        'sysprofd=none',
         'help=false',
     ])
 


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