[gnome-contacts] Meson: don't forget to install the search provider.



commit 062acef135a62b530697a8454efa35ce3cdff5a0
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Dec 26 22:11:15 2017 +0100

    Meson: don't forget to install the search provider.

 data/meson.build |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index a117a02..cef7a54 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -52,3 +52,8 @@ configure_file(
   install: true,
   install_dir: join_paths(get_option('datadir'), 'dbus-1', 'services'),
 )
+
+# The search provider file
+install_data('org.gnome.Contacts.search-provider.ini',
+  install_dir: join_paths(get_option('datadir'), 'gnome-shell', 'search-providers'),
+)


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