build: Drop Meson version checks

We depend on a new enough version of Meson.
This commit is contained in:
Emmanuele Bassi
2022-12-06 21:15:48 +00:00
parent 4b16634e0e
commit b310ee1eac
3 changed files with 12 additions and 26 deletions

View File

@ -1147,8 +1147,6 @@ gtk_launch = executable(
)
gtk_tools += gtk_launch
if meson.version().version_compare('>=0.54.0')
foreach tool: gtk_tools
meson.override_find_program(tool.name(), tool)
endforeach
endif
foreach tool: gtk_tools
meson.override_find_program(tool.name(), tool)
endforeach