mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
meson: Use the 'curl' feature option
https://bugzilla.gnome.org/show_bug.cgi?id=797346
This commit is contained in:
parent
77398f1c27
commit
8dfe0dd9ce
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ curl_sources = [
|
|||
'gstcurlqueue.c',
|
||||
]
|
||||
|
||||
curl_dep = dependency('libcurl', version : '>= 7.35.0', required : false)
|
||||
curl_dep = dependency('libcurl', version : '>= 7.35.0', required : get_option('curl'))
|
||||
|
||||
if curl_dep.found()
|
||||
ssh_dep = dependency('libssh2', version : '>= 1.4.3', required : false)
|
||||
|
|
Loading…
Reference in a new issue