Codebase list gnome-shell-extensions / 386abc7 extensions / native-window-placement / meson.build
386abc7

Tree @386abc7 (Download .tar.gz)

meson.build @386abc7raw · history · blame

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

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