Skip to content

Commit

Permalink
Bump required Adwaita version
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Apr 25, 2024
1 parent 45a8dca commit 426ea97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ shared_module(
dependency('gobject-2.0'),
dependency('granite-7'),
dependency('gtk4'),
dependency('libadwaita-1'),
dependency('libadwaita-1', version: '>=1.4.0'),
meson.get_compiler('vala').find_library('posix'),
switchboard_dep,
meson.get_compiler('c').find_library('m', required : false)
Expand Down

0 comments on commit 426ea97

Please sign in to comment.