Skip to content

Commit

Permalink
feat: Sets jre11 as minimum required.
Browse files Browse the repository at this point in the history
Allows running it with java17. Drops unused dependency.
  • Loading branch information
damencho committed May 17, 2022
1 parent f2ae7ae commit e5b9f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Homepage: https://jitsi.org

Package: jigasi
Architecture: any
Depends: ${misc:Depends}, openjdk-11-jre-headless | openjdk-11-jre | java11-runtime-headless | java11-runtime, libxss1, openssl, ruby-hocon
Depends: ${misc:Depends}, default-jre-headless (>= 2:1.11), openssl, ruby-hocon
Description: Jitsi Gateway for SIP
Jitsi Meet is a WebRTC JavaScript application that uses Jitsi
Videobridge to provide high quality, scalable video conferences.
Expand Down

0 comments on commit e5b9f40

Please sign in to comment.