Skip to content

Commit

Permalink
CI: Fix native build due to missing WPEWebKit GIR
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Mar 11, 2023
1 parent 67e19af commit ba36a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gi_outputs = import('gnome').generate_gir(
includes: [
'GLib-2.0', 'GObject-2.0', 'Gio-2.0',
'Soup-' + soup_target_api,
'WPEWebKit-' + wpe_target_api
# TODO (breaks native CI builds): 'WPEWebKit-' + wpe_target_api
],
nsversion: '@[email protected]'.format(project_version_components[0]),
header: 'cog/cog.h',
Expand Down

0 comments on commit ba36a82

Please sign in to comment.