Skip to content

Commit

Permalink
(#6074) correct handling of vulkan dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin authored Jun 30, 2021
1 parent 61e89b1 commit 478c671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/qt/5.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ def requirements(self):
self.requires("openssl/1.1.1k")
if self.options.with_pcre2:
self.requires("pcre2/10.37")
if self.options.get_safe("with_vulkan"):
self.requires("vulkan-loader/1.2.172")

if self.options.with_glib:
self.requires("glib/2.68.3")
Expand Down

0 comments on commit 478c671

Please sign in to comment.