]> git.mdlowis.com Git - proto/labwc.git/commit
build: Relax the version constraint for wlroots to accept patch releases
authorMichael Weiss <dev.primeos@gmail.com>
Fri, 4 Feb 2022 20:17:05 +0000 (21:17 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Fri, 4 Feb 2022 21:44:54 +0000 (21:44 +0000)
commit6a3536cdd74ec1d73475daec166b14c03ce14a8a
tree9e581373ea774aa40be11273227836037a7e35ce
parent888c77c219138af879512d0a15e0a360c6232bcb
build: Relax the version constraint for wlroots to accept patch releases

Patch releases only contain backwards compatible changes (mainly bug
fixes) so we want to allow them. This fixes the build with the recently
released wlroots 0.15.1 and uses the same version constraints as other
projects that depend on wlroots (e.g., Sway).
meson.build