wio: Build with wlroots 0.13

This commit is contained in:
Michael Weiss
2021-05-14 19:47:03 +02:00
parent a17bfa39ce
commit fdbf305e3b
3 changed files with 260 additions and 3 deletions
@@ -25,6 +25,11 @@ stdenv.mkDerivation rec {
sha256 = "1vpvlahv6dmr7vfb11p5cc5ds2y2vfvcb877nkqx18yin6pg357l";
};
patches = [
# To fix the build with wlroots 0.13:
./wlroots-0.13.patch
];
nativeBuildInputs = [ meson ninja pkg-config makeWrapper ];
buildInputs = [
cairo