[folks/wip/nielsdg/fix-gconf-installation] meson: Make sure we install the GConf file



commit 479a01d4b17d6fd9117a7cf568ca86e8b6c88ecd
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Dec 3 23:30:32 2019 +0100

    meson: Make sure we install the GConf file
    
    Fixes https://gitlab.gnome.org/GNOME/folks/issues/114

 folks/meson.build | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/folks/meson.build b/folks/meson.build
index e3700509..d97672bb 100644
--- a/folks/meson.build
+++ b/folks/meson.build
@@ -142,6 +142,11 @@ install_data(gschema_file,
   install_dir: get_option('datadir') / 'glib-2.0' / 'schemas',
 )
 
+# GConf file
+install_data('folks.convert',
+  install_dir: get_option('datadir') / 'GConf' / 'gsettings',
+)
+
 # Pkg-config file
 pkgconfig.generate(libfolks_lib,
   name: 'Folks',


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