Skip to content

Commit

Permalink
Add GTK and libadwaita dependency check in Meson
Browse files Browse the repository at this point in the history
See #322
  • Loading branch information
kra-mo committed Dec 28, 2024
1 parent 2e7bd9d commit aa8f377
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit aa8f377

Please sign in to comment.