[gjs/test-ci: 2/5] build: Make sysprof-capture-3 a system include
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/test-ci: 2/5] build: Make sysprof-capture-3 a system include
- Date: Mon, 27 Apr 2020 01:13:39 +0000 (UTC)
commit 84e1d6c7fe87de1a3112048a53d3a01dedc6a61c
Author: Philip Chimento <philip chimento gmail com>
Date: Sun Apr 26 15:50:55 2020 -0700
build: Make sysprof-capture-3 a system include
Its headers produce compiler warnings, so we need to mark them as system
includes.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 4b574038..4d7095c2 100644
--- a/meson.build
+++ b/meson.build
@@ -133,7 +133,7 @@ if cxx.get_id() == 'msvc'
endif
sysprof_capture = dependency('sysprof-capture-3', version: '>= 3.33.32',
- required: get_option('profiler'),
+ required: get_option('profiler'), include_type: 'system',
fallback: ['sysprof', 'libsysprof_capture_dep'])
readline = cxx.find_library('readline', required: get_option('readline'))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]