[recipes] Actually install the search provider file



commit 876b0812bafc75319f6baff644eb92c3a9ccb4fb
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu May 11 17:18:53 2017 -0400

    Actually install the search provider file
    
    This was lost when we switched to meson as build
    system. Bring it back.

 data/meson.build |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 27aa3c2..00fb0a8 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -41,6 +41,9 @@ install_data('chefs.db',
 install_data('org.gnome.Recipes-mime.xml',
              install_dir: join_paths([datadir, 'mime/packages']))
 
+install_data('org.gnome.Recipes-search-provider.ini',
+             install_dir: join_paths([datadir, 'gnome-shell/search-providers']))
+
 msgfmt = find_program('msgfmt')
 
 custom_target('desktop-file',


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