Skip to content

Commit

Permalink
meson: Bump to GTK 4.15.2 and libadwaita 1.6.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Automeris naranja authored and pothos committed Jul 30, 2024
1 parent a845c92 commit cfba2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ add_project_arguments(compiler_flags, language: 'c')
dvdread_dep = dependency('dvdread', version: '>= 4.2.0')
gio_unix_dep = dependency('gio-unix-2.0', version: '>= 2.31.0')
gmodule_dep = dependency('gmodule-2.0')
gtk_dep = dependency('gtk4', version: '>= 4.13.4')
libadwaita_dep = dependency('libadwaita-1', version: '>= 1.5')
gtk_dep = dependency('gtk4', version: '>= 4.15.2')
libadwaita_dep = dependency('libadwaita-1', version: '>= 1.6.beta')
liblzma_dep = dependency('liblzma', version: '>= 5.0.5')
libnotify_dep = dependency('libnotify', version: '>= 0.7')
libsecret_dep = dependency('libsecret-1', version: '>= 0.7')
Expand Down

0 comments on commit cfba2d5

Please sign in to comment.