[482d9673cfee5de391f97fde4d1c84f9f8d6f2cf0784fcffb958b4032de7236c: 3/5] build: Bump sysprof dependency to libsysprof-capture-4.a



commit b16383b8da40cdcb8c86d6f1e8f716b5db05c8b6
Author: Philip Withnall <withnall endlessm com>
Date:   Fri Jul 3 17:49:52 2020 +0100

    build: Bump sysprof dependency to libsysprof-capture-4.a
    
    To keep in lockstep with development of sysprof.
    
    This is an ABI break, but (with the previous commit in place) not an API
    break for the API which GJS uses.
    
    See: https://gitlab.gnome.org/GNOME/sysprof/-/merge_requests/30#note_857673
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 5568d8e1..e2463565 100644
--- a/meson.build
+++ b/meson.build
@@ -132,7 +132,7 @@ if cxx.get_id() == 'msvc'
     endif
 endif
 
-sysprof_capture = dependency('sysprof-capture-3', version: '>= 3.33.32',
+sysprof_capture = dependency('sysprof-capture-4',
     required: get_option('profiler'), include_type: 'system',
     fallback: ['sysprof', 'libsysprof_capture_dep'])
 


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