pipewire/spa/plugins/alsa/meson.build
Wim Taymans 3c029cba53 more hacking
Move plugin API to separate directory for now
Add ringbuffer and way to get ringbuffer from a port
2016-07-25 10:50:05 +02:00

9 lines
327 B
Meson

alsa_sources = ['alsa.c',
'alsa-sink.c']
alsalib = shared_library('spa-alsa',
alsa_sources,
include_directories : inc,
dependencies : alsa_dep,
link_with : spalib,
install : true)