mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Update meson.build for 2.1.0
This commit is contained in:
parent
b64c38a1b9
commit
89dbf74e70
1 changed files with 1 additions and 2 deletions
|
|
@ -207,7 +207,7 @@ reproducible_build_versions = {
|
|||
'wlroots': '0.16.2',
|
||||
'xkbcommon': '1.5.0',
|
||||
'fontconfig': '2.14.2',
|
||||
'libinput': '1.22.1',
|
||||
'libinput': '1.23.0',
|
||||
'libevdev': '1.13.0',
|
||||
'libudev': '253',
|
||||
'pango': '1.50.14',
|
||||
|
|
@ -354,5 +354,4 @@ test('Shellcheck (script linting)', find_program('test/shellcheck'), env : [ ''.
|
|||
test('Scan-build (static analysis)', find_program('test/scan-build'), env : [ ''.join('MESONCURRENTCONFIGDIR=', meson.current_source_dir()) ], suite: 'devel-long')
|
||||
test('Arguments', find_program('test/arguments'), args : [ meson.project_version() ], env : [ ''.join('MESONCURRENTCONFIGDIR=', meson.current_source_dir()) ], suite: 'basic')
|
||||
test('Environment Variables', find_program('test/environment-variables'), env : [ ''.join('MESONCURRENTCONFIGDIR=', meson.current_source_dir()) ], suite: 'basic')
|
||||
test('Check for strings indicating problems', find_program('test/illegal-strings'), env : [ ''.join('MESONCURRENTCONFIGDIR=', meson.current_source_dir()) ], suite: 'release')
|
||||
test('Semantic versioning', find_program('test/versions'), args : [ meson.project_version() ], env : [ ''.join('MESONCURRENTCONFIGDIR=', meson.current_source_dir()) ], suite: 'release')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue