qt: depend on OpenSSL

OS X doesn't come with an OpenSSL supported by Qt4.
This commit is contained in:
Ben Boeckel
2016-08-25 10:41:59 -04:00
parent 4c566617f7
commit a9bfd88248

View File

@@ -58,7 +58,7 @@ class Qt(Package):
patch('qt4-corewlan-new-osx.patch', when='@4') patch('qt4-corewlan-new-osx.patch', when='@4')
# Use system openssl for security. # Use system openssl for security.
# depends_on("openssl") depends_on("openssl")
depends_on("gtkplus", when='+gtk') depends_on("gtkplus", when='+gtk')
depends_on("libxml2") depends_on("libxml2")