1
0
Fork 0
gnome-shell-extensions-extra/extensions/47/vertical-workspaces/schemas/meson.build

7 lines
174 B
Meson
Raw Normal View History

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)