wlroots_0_16: init at 0.16

This commit is contained in:
Peter Hoeg 2022-11-18 17:54:58 +08:00
parent ead322b582
commit d2596de25e
2 changed files with 12 additions and 0 deletions

View File

@ -120,5 +120,16 @@ rec {
extraNativeBuildInputs = [ glslang ];
};
wlroots_0_16 = generic {
version = "0.16.0";
hash = "sha256-k7BFx1xvvsdCXNWX0XeZYwv8H/myk4p42i2Y6vjILqM=";
extraBuildInputs = [ vulkan-loader ];
extraNativeBuildInputs = [ glslang ];
extraPatch = ''
substituteInPlace backend/drm/meson.build \
--replace /usr/share/hwdata/ ${hwdata}/share/hwdata/
'';
};
wlroots = wlroots_0_15;
}

View File

@ -29400,6 +29400,7 @@ with pkgs;
inherit (callPackages ../development/libraries/wlroots {})
wlroots_0_14
wlroots_0_15
wlroots_0_16
wlroots;
sway-unwrapped = callPackage ../applications/window-managers/sway { };