Fix up GOA branch to build with meson.

This commit is contained in:
Michael James Gratton 2018-05-23 17:46:48 +10:00
parent 5108a21def
commit fbc6671e16
5 changed files with 15 additions and 6 deletions

View file

@ -56,6 +56,7 @@ gcr = dependency('gcr-3', version: '>= 3.10.1')
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')
gobject_introspection = dependency('gobject-introspection-1.0')
gthread = dependency('gthread-2.0', version: '>=' + target_glib)
javascriptcoregtk = dependency('javascriptcoregtk-4.0', version: '>=' + target_webkit)