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

@ -8,6 +8,5 @@ spa_alsa = shared_library('spa-alsa',
spa_alsa_sources,
include_directories : [spa_inc, spa_libinc],
dependencies : [ alsa_dep, libudev_dep ],
link_with : spalib,
install : true,
install_dir : '@0@/spa/alsa'.format(get_option('libdir')))

View file

@ -3,6 +3,5 @@ audiomixer_sources = ['audiomixer.c', 'mix-ops.c', 'plugin.c']
audiomixerlib = shared_library('spa-audiomixer',
audiomixer_sources,
include_directories : [spa_inc, spa_libinc],
link_with : spalib,
install : true,
install_dir : '@0@/spa/audiomixer/'.format(get_option('libdir')))

View file

@ -4,6 +4,5 @@ audiotestsrclib = shared_library('spa-audiotestsrc',
audiotestsrc_sources,
include_directories : [spa_inc, spa_libinc],
dependencies : mathlib,
link_with : spalib,
install : true,
install_dir : '@0@/spa/audiotestsrc'.format(get_option('libdir')))

View file

@ -7,6 +7,5 @@ bluez5lib = shared_library('spa-bluez5',
bluez5_sources,
include_directories : [ spa_inc, spa_libinc ],
dependencies : [ dbus_dep, sbc_dep ],
link_with : spalib,
install : true,
install_dir : '@0@/spa/bluez5'.format(get_option('libdir')))

View file

@ -6,6 +6,5 @@ ffmpeglib = shared_library('spa-ffmpeg',
ffmpeg_sources,
include_directories : [spa_inc, spa_libinc],
dependencies : [ avcodec_dep, avformat_dep ],
link_with : spalib,
install : true,
install_dir : '@0@/spa/ffmpeg'.format(get_option('libdir')))

View file

@ -4,6 +4,5 @@ testlib = shared_library('spa-test',
test_sources,
include_directories : [ spa_inc, spa_libinc],
dependencies : threads_dep,
link_with : spalib,
install : true,
install_dir : '@0@/spa/test'.format(get_option('libdir')))

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')))

View file

@ -4,6 +4,5 @@ videotestsrclib = shared_library('spa-videotestsrc',
videotestsrc_sources,
include_directories : [ spa_inc, spa_libinc],
dependencies : threads_dep,
link_with : spalib,
install : true,
install_dir : '@0@/spa/videotestsrc'.format(get_option('libdir')))

View file

@ -3,6 +3,5 @@ volume_sources = ['volume.c', 'plugin.c']
volumelib = shared_library('spa-volume',
volume_sources,
include_directories : [spa_inc, spa_libinc],
link_with : spalib,
install : true,
install_dir : '@0@/spa/volume'.format(get_option('libdir')))