Skip to content

Commit

Permalink
Require GTK 4.10
Browse files Browse the repository at this point in the history
Relates to #1093

GTK 4.10 has been required since
23a9868
  • Loading branch information
SqAtx committed May 19, 2024
1 parent b32ec93 commit 553a873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ configure_file(
configuration: wrapper_config,
)

dep_gtk4 = dependency('gtk4', version: '>= 4.10')

# Check for some runtime dependencies so they are displayed with an "NO"
# when building which could give the user an idea what could be missing.
dep_glib = dependency('glib-2.0', required: false)
dep_gtk = dependency('gtk+-3.0', required: false)
dep_libsecret = dependency('libsecret-1', required: false)
dep_gtksourceview = dependency('gtksourceview-4', required: false)

Expand Down

0 comments on commit 553a873

Please sign in to comment.