[Bug 797346] Meson: curl feature option not used

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Oct 28 11:35:26 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797346

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #374075|none                        |reviewed
             status|                            |

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 374075
  --> https://bugzilla.gnome.org/attachment.cgi?id=374075
Meson: Use the 'curl' feature option

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

Wonder if we should also use it for the libssh2 check then? Or add a new
'curl-ssh' option for that?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list