mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-18 13:25:09 -04:00
230a291494
The Meson build system is being adopted by projects such as GNOME, PulseAudio, GStreamer, VLC, systemd, Mesa, Wayland, X.org, and many others. Having a meson build upstream in tinyalsa would allow for easy use of tinyalsa as a Meson subproject in other projects. https://mesonbuild.com
11 lines
163 B
Meson
11 lines
163 B
Meson
tinyalsa_headers = [
|
|
'asoundlib.h',
|
|
'interval.h',
|
|
'limits.h',
|
|
'mixer.h',
|
|
'pcm.h',
|
|
'version.h'
|
|
]
|
|
|
|
install_headers(tinyalsa_headers, subdir: 'tinyalsa')
|