mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 19:44:50 +00:00
chore: add dependency gtksourceview-5
This commit is contained in:
parent
c90b24b554
commit
6614c2bf26
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ description = 'GUI for Monado' # temporary
|
|||
dependency('glib-2.0', version: '>= 2.66')
|
||||
dependency('gio-2.0', version: '>= 2.66')
|
||||
dependency('gtk4', version: '>= 4.10.0')
|
||||
dependency('gtksourceview-5', version: '>= 5.6.0')
|
||||
|
||||
glib_compile_resources = find_program('glib-compile-resources', required: true)
|
||||
# glib_compile_schemas = find_program('glib-compile-schemas', required: true)
|
||||
|
|
Loading…
Add table
Reference in a new issue