playlist/plugins/meson.build: add missing dependencies
This commit is contained in:
parent
55c11448ff
commit
800a03f0dc
src/playlist
@ -17,6 +17,9 @@ playlist_glue = static_library(
|
||||
'playlist_glue',
|
||||
'PlaylistRegistry.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
input_api_dep,
|
||||
],
|
||||
)
|
||||
|
||||
playlist_glue_dep = declare_dependency(
|
||||
|
@ -8,6 +8,8 @@ playlist_plugins_deps = [
|
||||
log_dep,
|
||||
expat_dep,
|
||||
flac_dep,
|
||||
input_api_dep,
|
||||
config_dep,
|
||||
]
|
||||
|
||||
playlist_features.set('ENABLE_CUE', get_option('cue'))
|
||||
@ -43,7 +45,7 @@ endif
|
||||
playlist_features.set('ENABLE_SOUNDCLOUD', enable_soundcloud)
|
||||
if enable_soundcloud
|
||||
playlist_plugins_sources += 'SoundCloudPlaylistPlugin.cxx'
|
||||
playlist_plugins_deps += yajl_dep
|
||||
playlist_plugins_deps += [yajl_dep, input_glue_dep]
|
||||
endif
|
||||
|
||||
playlist_plugins = static_library(
|
||||
|
Loading…
x
Reference in New Issue
Block a user