diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 1724cb8b1..7a6283ca2 100644 --- a/meson.build +++ b/meson.build @@ -188,7 +188,7 @@ configdata = { } # Dependencies # -boehm = dependency('bdw-gc', required : get_option('gc')) +boehm = dependency('bdw-gc', required : get_option('gc'), version : '>=8.2.6') configdata += { 'HAVE_BOEHMGC': boehm.found().to_int(), } |