mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-26 02:50:06 +01:00
meson.build: drop requirements back to 0.56
The bump to 0.60 was required for2a2c4cddbut is no longer required after27ff400b.
This commit is contained in:
parent
93fd69cdf3
commit
a75828aee0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ project('libei', 'c',
|
|||
version: '0.99.2',
|
||||
license: 'MIT',
|
||||
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
|
||||
meson_version: '>= 0.60.0')
|
||||
meson_version: '>= 0.56.0')
|
||||
|
||||
libei_version = meson.project_version().split('.')
|
||||
libei_version_major = libei_version[0].to_int()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue