meson: remove unnecessary argument nesting

This commit is contained in:
Tristan Partin
2023-07-28 14:03:51 -05:00
parent 50cfd82286
commit f40587a38a
4 changed files with 12 additions and 13 deletions

View File

@ -80,9 +80,8 @@ i18n.merge_file(
install_dir: join_paths(datadir, 'polkit-1/actions'),
)
install_data([
'org.gnome.Sysprof3.Profiler.xml',
'org.gnome.Sysprof3.Service.xml',
],
install_data(
'org.gnome.Sysprof3.Profiler.xml',
'org.gnome.Sysprof3.Service.xml',
install_dir: join_paths(datadir, 'dbus-1/interfaces'),
)