summaryrefslogtreecommitdiff
path: root/vala
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-10-25 23:40:02 +0200
committerJens Georg <mail@jensge.org>2018-10-26 00:09:55 +0200
commitb953e588a3103b5e6a4174f8dba6a2a7a4afdf10 (patch)
tree9c9bd75a24a7effdec95dfb6b66e0879f792f6ee /vala
parentb0e5ced295ebca431688373d73d02b44508daaca (diff)
downloadgupnp-av-b953e588a3103b5e6a4174f8dba6a2a7a4afdf10.tar.gz
Add meson build files
Diffstat (limited to 'vala')
-rw-r--r--vala/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/vala/meson.build b/vala/meson.build
new file mode 100644
index 0000000..8e178cd
--- /dev/null
+++ b/vala/meson.build
@@ -0,0 +1,10 @@
+gnome.generate_vapi(
+ 'gupnp-av-1.0',
+ metadata_dirs : meson.current_source_dir(),
+ sources : [
+ gupnp_av_gir.get(0),
+ 'gupnp-av-1.0-custom.vala'
+ ],
+ packages : ['gobject-2.0', 'libxml-2.0'],
+ install : true
+)