[recipes] Compile schemas automatically



commit 42f22679d98011fcc3fc9a2ad4e546fc649fd514
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Apr 20 14:46:25 2017 -0400

    Compile schemas automatically
    
    This should really happen without me having to do something
    special, but there we are...

 data/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 3cb2603..27aa3c2 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -62,7 +62,7 @@ configure_file(input: 'org.gnome.Recipes.service.in',
                configuration: conf,
                install_dir: join_paths([datadir,'dbus-1/services']))
 
-gnome.compile_schemas()
+gnome.compile_schemas(build_by_default: true)
 
 install_data('org.gnome.Recipes.gschema.xml',
              install_dir: schemadir)


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