Skip to content

Commit

Permalink
meson: bump adw to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Aug 5, 2024
1 parent 722e717 commit 448e84e
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 @@ -10,8 +10,8 @@ project('clapper', 'c',

glib_req = '>= 2.76.0'
gst_req = '>= 1.20.0'
gtk4_req = '>= 4.10.0'
adw_req = '>= 1.4.0'
gtk4_req = '>= 4.13.4'
adw_req = '>= 1.5.0'

clapper_version = meson.project_version().split('-')[0]
version_array = clapper_version.split('.')
Expand Down

0 comments on commit 448e84e

Please sign in to comment.