Codebase list gnome-shell-extensions / 386abc7 extensions / example / meson.build
386abc7

Tree @386abc7 (Download .tar.gz)

meson.build @386abc7raw · 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')
extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')