mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 05:24:22 +02:00
Adjust dependency versions
This commit is contained in:
parent
0d51301f76
commit
feb76646fc
1 changed files with 2 additions and 2 deletions
|
|
@ -209,7 +209,7 @@ reproducible_build_versions = {
|
|||
'fontconfig': '2.14.2',
|
||||
'libinput': '1.23.0',
|
||||
'libevdev': '1.13.1',
|
||||
'libudev': '253',
|
||||
'libudev': '254',
|
||||
'pango': '1.50.14',
|
||||
'cairo': '1.17.8',
|
||||
'pangocairo': '1.50.14',
|
||||
|
|
@ -238,7 +238,7 @@ foreach name, dep : cagebreak_dependencies_dict
|
|||
endforeach
|
||||
|
||||
reproducible_build_compiler = 'gcc'
|
||||
reproducible_build_compiler_version = '13.1.1'
|
||||
reproducible_build_compiler_version = '13.2.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