Codebase list gnome-shell-extensions / upstream/43.1 extensions / drive-menu / meson.build
upstream/43.1

Tree @upstream/43.1 (Download .tar.gz)

meson.build @upstream/43.1raw · history · blame

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