The steps for adding a new extension are clearly different in meson, so update the instructions accordingly. Don't bother with keeping the existing autotools steps - supporting both build systems in parallel is just temporary, autotools is on its way out. Fixes https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/31
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
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')
|