Skip to content

Commit

Permalink
(#6942) [vulkan-loader] Up requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jgsogo authored Aug 21, 2021
1 parent bd2f303 commit fde33e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/vulkan-loader/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ def requirements(self):
if self.options.get_safe("with_wsi_xcb") or self.options.get_safe("with_wsi_xlib"):
self.requires("xorg/system")
if self.options.get_safe("with_wsi_wayland"):
self.requires("wayland/1.18.0")
self.requires("wayland/1.19.0")

def build_requirements(self):
if self.options.get_safe("with_wsi_xcb") or self.options.get_safe("with_wsi_xlib") or \
self.options.get_safe("with_wsi_wayland") or self.options.get_safe("with_wsi_directfb"):
self.build_requires("pkgconf/1.7.3")
self.build_requires("pkgconf/1.7.4")
if self._is_mingw:
self.build_requires("jwasm/2.13")

Expand Down

0 comments on commit fde33e8

Please sign in to comment.