Meson is on track to replace autotools as the build system of choice, so support it in addition to autotools. Fixes https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/31
9 lines
242 B
Meson
9 lines
242 B
Meson
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')
|