Codebase list gnome-shell-extensions / 07c329c extensions / places-menu / meson.build
07c329c

Tree @07c329c (Download .tar.gz)

meson.build @07c329craw · 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_data += files('stylesheet.css')

extension_sources += files('placeDisplay.js')