frontier-client: add missing openssl dependency (#26636)

This commit is contained in:
Valentin Volkl 2021-10-12 01:02:12 +02:00 committed by GitHub
parent 0b62974160
commit a0b9face0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ class FrontierClient(MakefilePackage):
depends_on('pacparser')
depends_on('expat')
depends_on('openssl')
patch('frontier-client.patch', level=0)