meson: drop unused argument for i18n.merge_file()
Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0. panels/applications/meson.build:10:5: ERROR: Function does not take positional arguments. panels/background/meson.build:10:5: ERROR: Function does not take positional arguments. panels/camera/meson.build:10:5: ERROR: Function does not take positional arguments. [...]
This commit is contained in:
parent
12fefbc0d7
commit
37b29c32cb
35 changed files with 0 additions and 39 deletions
|
@ -1,7 +1,6 @@
|
|||
appdata = 'gnome-control-center.appdata.xml'
|
||||
|
||||
i18n.merge_file(
|
||||
appdata,
|
||||
input: appdata + '.in',
|
||||
output: appdata,
|
||||
po_dir: po_dir,
|
||||
|
|
|
@ -23,7 +23,6 @@ desktop_in = configure_file(
|
|||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type : 'desktop',
|
||||
input : desktop_in,
|
||||
output : desktop,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue