summaryrefslogtreecommitdiff
path: root/docs/reference/meson.build
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-23 17:13:18 +0100
committerSam Thursfield <sam@afuera.me.uk>2017-07-21 14:08:09 +0100
commit27eb553237d54a94736d7f815fd475d650a9cdda (patch)
tree0b0ee872c5982e77b75bf9166bfab3577d13b53d /docs/reference/meson.build
parentc5dbd3315626721779cf93efb52fbd3e32f96542 (diff)
downloadlibmediaart-meson.tar.gz
Meson build instructions for libmediaartmeson
These are hopefully complete already. I have compared an Autotools-built and a Meson-built install of libmediaart and found only the following differences: * libmediaart-2.0.la isn't generated by Meson * External references in the gtk-doc documentation are relative with Meson and absolute with Autotools * Some changes in generated .vapi file and .pc file https://bugzilla.gnome.org/show_bug.cgi?id=783562
Diffstat (limited to 'docs/reference/meson.build')
-rw-r--r--docs/reference/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
new file mode 100644
index 0000000..a6130a4
--- /dev/null
+++ b/docs/reference/meson.build
@@ -0,0 +1 @@
+subdir('libmediaart')