mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 12:25:31 +00:00
Merge branch 'meson-version' into 'master'
meson: Bump required version See merge request Librem5/calls!10
This commit is contained in:
commit
b0d35499b3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
project('call', 'c',
|
project('call', 'c',
|
||||||
version: '0.0.0',
|
version: '0.0.0',
|
||||||
license: 'GPLv3+',
|
license: 'GPLv3+',
|
||||||
meson_version: '>= 0.40.1',
|
meson_version: '>= 0.42.0',
|
||||||
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
|
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue