Add Gspell to dependencies and the build
This commit is contained in:
parent
10af58a5f1
commit
4dd08389df
5 changed files with 39 additions and 14 deletions
|
|
@ -62,6 +62,7 @@ gdk = dependency('gdk-3.0', version: '>=' + target_gtk)
|
|||
gee = dependency('gee-0.8', version: '>= 0.8.5')
|
||||
gio = dependency('gio-2.0', version: '>=' + target_glib)
|
||||
goa = dependency('goa-1.0')
|
||||
gspell = dependency('gspell-1')
|
||||
gthread = dependency('gthread-2.0', version: '>=' + target_glib)
|
||||
iso_codes = dependency('iso-codes')
|
||||
javascriptcoregtk = dependency('javascriptcoregtk-4.0', version: '>=' + target_webkit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue