From c668392462a11a0f3707268cb963517cf0b677d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 17 Jan 2018 17:31:51 +0100 Subject: [PATCH] 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 7cd388d3..43e2aee4 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)