pipewire/spa/plugins/v4l2/meson.build
Michael Olbrich 5f507c804f remove libv4l2 dependency
It's not used anywhere right now.
2019-05-14 13:21:53 +02:00

10 lines
417 B
Meson

v4l2_sources = ['v4l2.c',
'v4l2-monitor.c',
'v4l2-source.c']
v4l2lib = shared_library('spa-v4l2',
v4l2_sources,
include_directories : [ spa_inc ],
dependencies : [ libudev_dep ],
install : true,
install_dir : '@0@/spa/v4l2'.format(get_option('libdir')))