diff --git a/meson.build b/meson.build index 0f4e541f..e75d8028 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'c', version: '0.10.0', license: 'MIT', - meson_version: '>=0.51.2', + meson_version: '>=0.54.0', default_options: [ 'c_std=c11', 'warning_level=2', @@ -167,6 +167,8 @@ wlroots = declare_dependency( include_directories: wlr_inc, ) +meson.override_dependency('wlroots', wlroots) + summary = [ '', '----------------',