[dconf-editor] Revert "Compile schemas strictly."



commit bbd008f19e0ea4ffb2ab4db3c40cd04369788c0f
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Dec 20 10:44:06 2017 +0100

    Revert "Compile schemas strictly."
    
    This reverts commit 79c3f434c0bdf0c229f761b49043778b636bec0e.

 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 c836973..0df4692 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', '--strict', schemadir])
+  subprocess.call(['glib-compile-schemas', schemadir])


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