mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
meson: Add some messages when selecting libsoup
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2032>
This commit is contained in:
parent
54eff61f0f
commit
b7086a368f
1 changed files with 2 additions and 0 deletions
|
@ -35,9 +35,11 @@ if default_library in ['static', 'both']
|
||||||
if libsoup3_dep.found()
|
if libsoup3_dep.found()
|
||||||
static_deps += libsoup3_dep
|
static_deps += libsoup3_dep
|
||||||
static_args += '-DSTATIC_SOUP=3'
|
static_args += '-DSTATIC_SOUP=3'
|
||||||
|
message('soup plugin: using libsoup-3.0 for static build')
|
||||||
elif libsoup2_dep.found()
|
elif libsoup2_dep.found()
|
||||||
static_deps += libsoup2_dep
|
static_deps += libsoup2_dep
|
||||||
static_args += '-DSTATIC_SOUP=2'
|
static_args += '-DSTATIC_SOUP=2'
|
||||||
|
message('soup plugin: using libsoup-2.4 for static build')
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue