mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +00:00
meson: check for openssl on not Windows/Mac platforms
This commit is contained in:
parent
1b84dd1f6b
commit
90cb42fdf9
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ elif system == 'darwin'
|
|||
ext = 'dylib'
|
||||
else
|
||||
ext = 'so'
|
||||
# Need openssl to build gst-plugin-version-helper (dep of git2 crate)
|
||||
dependency('openssl')
|
||||
endif
|
||||
|
||||
plugins_rep = {
|
||||
|
|
Loading…
Reference in a new issue