don't link with spalib when we don't have to

This commit is contained in:
Wim Taymans 2018-08-13 17:22:55 +02:00
parent 3b1c40f17f
commit f532fd8681
11 changed files with 0 additions and 19 deletions

View file

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