build: Install appstream metadata to non-deprecated location

https://bugzilla.gnome.org/show_bug.cgi?id=790878
This commit is contained in:
Jeremy Bicha
2017-11-26 19:05:17 -05:00
committed by Christian Hergert
parent ed1cba7097
commit f426bc061e

View File

@ -16,7 +16,7 @@ custom_target('appdata-file',
output: 'org.gnome.Sysprof2.appdata.xml',
command: [msgfmt, '--xml', '--template', '@INPUT@', '-d', podir, '-o', '@OUTPUT@'],
install: true,
install_dir: join_paths(datadir, 'appdata')
install_dir: join_paths(datadir, 'metainfo')
)
custom_target('desktop-file',