mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-29 04:40:22 +00:00
Set minimal meson version to silent new warnings
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
9d45a35957
commit
ad37e2e4d2
@ -1,10 +1,7 @@
|
||||
project('sched_ext schedulers', 'c',
|
||||
version: '1.0.5',
|
||||
license: 'GPL-2.0',)
|
||||
|
||||
if meson.version().version_compare('<1.2')
|
||||
error('meson >= 1.2 required')
|
||||
endif
|
||||
license: 'GPL-2.0',
|
||||
meson_version : '>= 1.4.0',)
|
||||
|
||||
fs = import('fs')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user