Do not build glib for qt3, it is not needed and causes build problems at this time anyway.
This commit is contained in:
parent
3e743e09a7
commit
3998923821
@ -64,7 +64,7 @@ class Qt(Package):
|
|||||||
|
|
||||||
# Use system openssl for security.
|
# Use system openssl for security.
|
||||||
depends_on("openssl")
|
depends_on("openssl")
|
||||||
depends_on("glib")
|
depends_on("glib", when='@4:')
|
||||||
depends_on("gtkplus", when='+gtk')
|
depends_on("gtkplus", when='+gtk')
|
||||||
depends_on("libxml2")
|
depends_on("libxml2")
|
||||||
depends_on("zlib")
|
depends_on("zlib")
|
||||||
|
Loading…
Reference in New Issue
Block a user