diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 5680a1a..d6b6ca7 100644 --- a/meson.build +++ b/meson.build @@ -286,7 +286,8 @@ build_benchmarks = false if not get_option('benchmarks').disabled() glib_dep = dependency('glib-2.0', required: get_option('benchmarks'), - version: '>= 2.0.0') + version: '>= 2.0.0', + include_type: 'system') if glib_dep.found() build_benchmarks = true |