mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-02 07:15:55 -04:00
project: require Meson version >= 0.56.0
fix: "mangowc-git/protocols/meson.build:3: WARNING: Project does not target a minimum version but uses feature deprecated since '0.56.0': dependency.get_pkgconfig_variable. use dependency.get_variable(pkgconfig : ...) instead"
This commit is contained in:
parent
02067e3b1e
commit
50db627d42
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
project('mango', ['c', 'cpp'],
|
||||
version : '0.12.2',
|
||||
meson_version : '>=0.56.0',
|
||||
)
|
||||
|
||||
subdir('protocols')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue