[gnome-shell-extensions/wip/fmuellner/fix-classic-session: 1/3] build: Install schema overrides for classic mode



commit c668392462a11a0f3707268cb963517cf0b677d8
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Jan 17 17:31:51 2018 +0100

    build: Install schema overrides for classic mode
    
    This was lost accidentally when porting to meson.
    
    https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/45

 data/meson.build | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/data/meson.build b/data/meson.build
index 7cd388d..43e2aee 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -56,3 +56,6 @@ if sassc.found()
 endif
 
 install_data(theme_data, install_dir: themedir)
+
+classic_schema = 'org.gnome.shell.extensions.classic-overrides.gschema.xml'
+install_data(classic_schema, install_dir: schemadir)


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