Codebase list gnome-shell-extensions / 1a938e1 extensions / workspace-indicator / meson.build
1a938e1

Tree @1a938e1 (Download .tar.gz)

meson.build @1a938e1raw · 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')