pipewire/spa/meson.build

17 lines
361 B
Meson
Raw Normal View History

project('spa', 'c')
alsa_dep = dependency('alsa')
v4l2_dep = dependency('libv4l2')
xv_dep = dependency('x11')
sdl_dep = dependency('sdl2')
dl_lib = find_library('dl', required : true)
pthread_lib = find_library('pthread', required : true)
inc = include_directories('include')
subdir('include')
subdir('lib')
subdir('plugins')
subdir('tools')
subdir('tests')