mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-20 20:44:18 +02:00
Update dependency versions
This commit is contained in:
parent
20ce9ae3a4
commit
7d175afc07
1 changed files with 6 additions and 6 deletions
12
meson.build
12
meson.build
|
|
@ -53,7 +53,7 @@ if is_freebsd
|
|||
)
|
||||
endif
|
||||
|
||||
wlroots = dependency('wlroots', version: '>= 0.12.0')
|
||||
wlroots = dependency('wlroots', version: '>= 0.13.0')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
|
||||
wayland_server = dependency('wayland-server')
|
||||
wayland_cursor = dependency('wayland-cursor')
|
||||
|
|
@ -198,13 +198,13 @@ reproducible_build_versions = {
|
|||
'wayland_server': '1.19.0',
|
||||
'wayland_client': '1.19.0',
|
||||
'wayland_cursor': '1.19.0',
|
||||
'wlroots': '0.12.0',
|
||||
'xkbcommon': '1.1.0',
|
||||
'fontconfig': '2.13.91',
|
||||
'wlroots': '0.13.0',
|
||||
'xkbcommon': '1.2.1',
|
||||
'fontconfig': '2.13.93',
|
||||
'pixman': '0.40.0',
|
||||
'pango': '1.48.2',
|
||||
'pango': '1.48.4',
|
||||
'cairo': '1.17.4',
|
||||
'pangocairo': '1.48.2',
|
||||
'pangocairo': '1.48.4',
|
||||
'math': '-1'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue