remove deprecated 'languages' parameter of gnome.yelp()
Since version 0.43 Meson automatically reads the LINGUAS file.
This commit is contained in:
parent
c1bc3ee99d
commit
7094de03cf
2 changed files with 1 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
project('geary', [ 'vala', 'c' ],
|
||||
version: '0.13-dev',
|
||||
license: 'LGPL2.1+',
|
||||
meson_version: '>= 0.41',
|
||||
meson_version: '>= 0.43',
|
||||
)
|
||||
|
||||
gnome = import('gnome')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue