Skip to content

Commit

Permalink
(#23636) xkbcommon: fix conflict with wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Apr 18, 2024
1 parent 2f5627c commit cc08e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/xkbcommon/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def requirements(self):
if self.options.with_x11:
self.requires("xorg/system")
if self.options.get_safe("xkbregistry"):
self.requires("libxml2/2.12.3")
self.requires("libxml2/[>=2.12.5 <3]")
if self.options.get_safe("with_wayland"):
self.requires("wayland/1.22.0")

Expand Down

0 comments on commit cc08e2f

Please sign in to comment.