[folks/wip/nielsdg/fix-gconf-installation: 3/3] meson: Make sure we install the GConf file
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/wip/nielsdg/fix-gconf-installation: 3/3] meson: Make sure we install the GConf file
- Date: Sat, 7 Dec 2019 10:43:37 +0000 (UTC)
commit c6fc0ce81f1df10ceb5827d636251d66e2fd502c
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]