Codebase list gnome-shell-extensions / 057756c extensions / workspace-indicator / meson.build
057756c

Tree @057756c (Download .tar.gz)

meson.build @057756craw · history · blame

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

extension_sources += files('prefs.js')