Skip to content

Commit

Permalink
build(meson): update required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Feb 9, 2024
1 parent e9a162c commit e46b357
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ base_id = 'io.github.seadve.Delineate'

dependency('glib-2.0', version: '>= 2.66')
dependency('gio-2.0', version: '>= 2.66')
dependency('gtk4', version: '>= 4.0.0')
dependency('gtk4', version: '>= 4.13')
dependency('gtksourceview-5', version: '>= 5.11')
dependency('libadwaita-1', version: '>= 1.5')
dependency('webkitgtk-6.0', version: '>= 2.43')

glib_compile_resources = find_program('glib-compile-resources', required: true)
glib_compile_schemas = find_program('glib-compile-schemas', required: true)
Expand Down

0 comments on commit e46b357

Please sign in to comment.