Add GTK and libadwaita dependency check in Meson

See #322
This commit is contained in:
kramo
2024-12-28 18:51:28 +01:00
parent 2e7bd9d469
commit aa8f377860

View File

@@ -8,6 +8,9 @@ project(
],
)
dependency('gtk4', version: '>= 4.15.0')
dependency('libadwaita-1', version: '>= 1.6.beta')
# Translations are broken on Windows for multiple reasons
# gresources don't work and MSYS2 seems to have also broken the gettext package
if host_machine.system() != 'windows'