[dconf-editor] Compile schemas strictly.



commit 79c3f434c0bdf0c229f761b49043778b636bec0e
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Dec 20 08:19:10 2017 +0100

    Compile schemas strictly.

 meson_post_install.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson_post_install.py b/meson_post_install.py
index 0df4692..c836973 100644
--- a/meson_post_install.py
+++ b/meson_post_install.py
@@ -11,4 +11,4 @@ if not os.environ.get('DESTDIR'):
 
   schemadir = os.path.join(sys.argv[1], 'glib-2.0', 'schemas')
   print('Compiling gsettings schemas...')
-  subprocess.call(['glib-compile-schemas', schemadir])
+  subprocess.call(['glib-compile-schemas', '--strict', schemadir])


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