pipewire/spa/plugins/v4l2/meson.build
2021-02-24 19:29:57 +00:00

11 lines
439 B
Meson

v4l2_sources = ['v4l2.c',
'v4l2-device.c',
'v4l2-udev.c',
'v4l2-source.c']
v4l2lib = shared_library('spa-v4l2',
v4l2_sources,
include_directories : [ spa_inc ],
dependencies : [ libudev_dep, libinotify_dep ],
install : true,
install_dir : join_paths(spa_plugindir, 'v4l2'))