build: Support the meson build system

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
This commit is contained in:
Florian Müllner
2017-12-01 17:41:04 +01:00
parent c6ecf2c0df
commit 3ab01aebec
19 changed files with 300 additions and 0 deletions
+8
View File
@@ -0,0 +1,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')