mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Add libssl-dev build dependency
This commit is contained in:
parent
fb37f4a1d5
commit
bedc2be525
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 9),
|
|||
libc6-dev,
|
||||
libcurl4-openssl-dev,
|
||||
libfontconfig1-dev,
|
||||
libfreetype6-dev
|
||||
libfreetype6-dev,
|
||||
libssl-dev
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: https://jellyfin.media/
|
||||
Vcs-Git: https://github.org/jellyfin/jellyfin.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue