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
This commit is contained in:
Florian Müllner
2018-01-17 19:04:22 +01:00
parent 22e416c09b
commit c668392462
+3
View File
@@ -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)