[gnome-chess] Install schema file



commit 08bb18b07f87c83535a34c832051cc58e617b674
Author: Ken VanDine <kvandine gnome org>
Date:   Wed Nov 15 14:18:57 2017 -0500

    Install schema file
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790395

 data/meson.build |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index ea0db12..30adfe9 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]