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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user