Codebase list gnome-shell-extensions / a367314 extensions / auto-move-windows / meson.build
a367314

Tree @a367314 (Download .tar.gz)

meson.build @a367314raw · history · blame

1
2
3
4
5
6
7
8
extension_data += configure_file(
  input: metadata_name + '.in',
  output: metadata_name,
  configuration: metadata_conf
)

extension_sources += files('prefs.js')
extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')