remove libv4l2 dependency

It's not used anywhere right now.
This commit is contained in:
Michael Olbrich 2019-03-25 08:47:00 +01:00 committed by Wim Taymans
parent 98da5a2e9e
commit 5f507c804f
2 changed files with 1 additions and 2 deletions

View file

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