mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Adjust reproducible build versions
This commit is contained in:
parent
d6c07d1443
commit
d7f58ce07f
1 changed files with 3 additions and 3 deletions
|
|
@ -206,8 +206,8 @@ reproducible_build_versions = {
|
|||
'wayland_cursor': '1.21.0',
|
||||
'wlroots': '0.16.1',
|
||||
'xkbcommon': '1.5.0',
|
||||
'fontconfig': '2.14.1',
|
||||
'libinput': '1.22.0',
|
||||
'fontconfig': '2.14.2',
|
||||
'libinput': '1.22.1',
|
||||
'libevdev': '1.13.0',
|
||||
'libudev': '252',
|
||||
'pango': '1.50.12',
|
||||
|
|
@ -238,7 +238,7 @@ foreach name, dep : cagebreak_dependencies_dict
|
|||
endforeach
|
||||
|
||||
reproducible_build_compiler = 'gcc'
|
||||
reproducible_build_compiler_version = '12.2.0'
|
||||
reproducible_build_compiler_version = '12.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