aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2018-12-15 16:22:08 -0500
committerGitHub <noreply@github.com>2018-12-15 16:22:08 -0500
commitc3cdfc490bf902e45e250702a2106c6d2a5ea5ab (patch)
tree6f3a80f02b0102dbb01434d0e49a7ff83dee15aa /include
parent1c13f7cbe1ebee24c2b62d5ba16f2702882da49a (diff)
parent4b50f5b638015556d93771269258e6894b6b757f (diff)
Merge pull request #120 from tp-m/meson
Add support for Meson as build system
Diffstat (limited to 'include')
-rw-r--r--include/tinyalsa/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/tinyalsa/meson.build b/include/tinyalsa/meson.build
new file mode 100644
index 0000000..d14b35b
--- /dev/null
+++ b/include/tinyalsa/meson.build
@@ -0,0 +1,10 @@
+tinyalsa_headers = [
+ 'asoundlib.h',
+ 'interval.h',
+ 'limits.h',
+ 'mixer.h',
+ 'pcm.h',
+ 'version.h'
+]
+
+install_headers(tinyalsa_headers, subdir: 'tinyalsa')