build: Bump WebKitGTK min version to include UserMessage support
This commit is contained in:
parent
1d80ed2034
commit
3f7c054db0
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ valac = meson.get_compiler('vala')
|
|||
target_vala = '0.48.6'
|
||||
target_glib = '2.64'
|
||||
target_gtk = '3.24.7'
|
||||
target_webkit = '2.26'
|
||||
target_webkit = '2.28'
|
||||
|
||||
if not valac.version().version_compare('>=' + target_vala)
|
||||
error('Vala does not meet minimum required version: ' + target_vala)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue