1
0
Fork 0
gnome-shell-extensions-extra/extensions/47/vertical-workspaces/schemas/meson.build
Daniel Baumann af3a3f3a8f
Merging upstream version 20240916 (Closes: #1079257).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 23:20:06 +01:00

6 lines
174 B
Meson

schema = rdnn + '.gschema.xml'
schema_dir = datadir / 'glib-2.0' / 'schemas'
install_data(schema, install_dir : schema_dir)
gnome.post_install(glib_compile_schemas : true)