Codebase list gnome-shell-extensions / 6e7845f extensions / user-theme / meson.build
6e7845f

Tree @6e7845f (Download .tar.gz)

meson.build @6e7845fraw · 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_sources += files('prefs.js', 'util.js')
extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')