[eog-plugins] build: Compile GSettings schemas on install



commit 7677e499b131aabcfb70bddedc25b8b829f84ecd
Author: Felix Riemann <friemann gnome org>
Date:   Tue Jan 25 23:19:37 2022 +0100

    build: Compile GSettings schemas on install
    
    Otherwise the plugins will crash when accessing settings.

 meson.build | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 34716b4..ac9ff2d 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
   version: '42.alpha',
   license: 'GPL2+',
   default_options: 'buildtype=debugoptimized',
-  meson_version: '>= 0.51'
+  meson_version: '>= 0.57.0'
 )
 
 gnome = import('gnome')
@@ -113,6 +113,10 @@ configure_file(
   configuration: config_h
 )
 
+gnome.post_install(
+  glib_compile_schemas: true,
+)
+
 # Summary message
 
 summary = [


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