qt: fix openssl dependency for older versions (#10106)

This commit is contained in:
Michael Kuhn 2018-12-14 18:11:31 +01:00 committed by Adam J. Stewart
parent 34499c9b82
commit f224f4a57e

View File

@ -79,6 +79,7 @@ class Qt(Package):
patch('qt4-gcc-and-webkit.patch', when='@4')
# Use system openssl for security.
depends_on("openssl@:1.0", when='@:5.9')
depends_on("openssl")
depends_on("glib", when='@4:')
depends_on("gtkplus", when='+gtk')