summaryrefslogtreecommitdiffstats
path: root/extensions/47/vertical-workspaces/schemas/meson.build
blob: ae9efc20d95cab2aaa62bfd60d0f432ed8e2886a (plain)
1
2
3
4
5
6
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)