Codebase list gnome-shell-extensions / dcab98e extensions / apps-menu / meson.build
dcab98e

Tree @dcab98e (Download .tar.gz)

meson.build @dcab98eraw · history · blame

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