[gjs/test-ci: 18/21] 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: 18/21] build: Make sysprof-capture-3 a system include
- Date: Fri, 1 May 2020 20:40:12 +0000 (UTC)
commit 7379b81403f2a356120d678fe9d8743c72fbf11c
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 22b2ee95..dcd18877 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]