Fix up GOA branch to build with meson.
This commit is contained in:
parent
5108a21def
commit
fbc6671e16
5 changed files with 15 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue