Skip to content

Commit

Permalink
build: fix gtk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha authored Aug 11, 2024
1 parent 0237f61 commit 03ff77e
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 @@ -9,7 +9,7 @@ project(
i18n = import('i18n')
gnome = import('gnome')

gtk = dependency('gtk4', version: '>= 4.16')
gtk = dependency('gtk4', version: '>= 4.15')
libadwaita = dependency('libadwaita-1', version: '>= 1.6')
threads = dependency('threads')
libsoup = dependency('libsoup-3.0')
Expand Down Expand Up @@ -77,4 +77,4 @@ gnome.post_install(
glib_compile_schemas: true,
gtk_update_icon_cache: true,
update_desktop_database: true,
)
)

0 comments on commit 03ff77e

Please sign in to comment.