Add Gspell to dependencies and the build

This commit is contained in:
Michael Gratton 2019-05-24 13:50:35 +02:00 committed by Michael James Gratton
parent 10af58a5f1
commit 4dd08389df
5 changed files with 39 additions and 14 deletions

View file

@ -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)