mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Update library versions
This commit is contained in:
parent
498d69b4b6
commit
e1520ec46d
1 changed files with 2 additions and 2 deletions
|
|
@ -208,7 +208,7 @@ reproducible_build_versions = {
|
|||
'xkbcommon': '1.5.0',
|
||||
'fontconfig': '2.14.2',
|
||||
'libinput': '1.23.0',
|
||||
'libevdev': '1.13.0',
|
||||
'libevdev': '1.13.1',
|
||||
'libudev': '253',
|
||||
'pango': '1.50.14',
|
||||
'cairo': '1.17.8',
|
||||
|
|
@ -238,7 +238,7 @@ foreach name, dep : cagebreak_dependencies_dict
|
|||
endforeach
|
||||
|
||||
reproducible_build_compiler = 'gcc'
|
||||
reproducible_build_compiler_version = '12.2.1'
|
||||
reproducible_build_compiler_version = '13.1.1'
|
||||
|
||||
if cc.get_id() != reproducible_build_compiler
|
||||
warning('The compiler "' + cc.get_id() + '" differs from the one used to generate to binary specified in Hashes.md (' + reproducible_build_compiler + ').')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue