Install schema file

https://bugzilla.gnome.org/show_bug.cgi?id=790395
This commit is contained in:
Ken VanDine 2017-11-15 14:18:57 -05:00
parent 7163f90596
commit 08bb18b07f

View file

@ -30,5 +30,9 @@ i18n.merge_file(
install_dir: join_paths(datadir, 'metainfo')
)
install_data('org.gnome.chess.gschema.xml',
install_dir: join_paths(datadir, 'glib-2.0', 'schemas')
)
# The man page
install_man('gnome-chess.6')