{scenefx,swayfx-unwrapped}: depend on wlroots_0_17
each new wlroots release comes with so many breaking changes, should keep depending on `wlroots_0_*` before wlroots 1.0 release
This commit is contained in:
parent
1e00e90307
commit
f0461bc93b
@ -4,7 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
meson,
|
||||
ninja,
|
||||
wlroots,
|
||||
wlroots_0_17,
|
||||
scdoc,
|
||||
pkg-config,
|
||||
wayland,
|
||||
@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pixman
|
||||
wayland
|
||||
wayland-protocols
|
||||
wlroots
|
||||
wlroots_0_17
|
||||
];
|
||||
|
||||
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
||||
|
@ -25,7 +25,7 @@
|
||||
scenefx,
|
||||
wayland-scanner,
|
||||
xcbutilwm,
|
||||
wlroots,
|
||||
wlroots_0_17,
|
||||
testers,
|
||||
nixosTests,
|
||||
# Used by the NixOS module:
|
||||
@ -99,7 +99,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
scenefx
|
||||
wayland
|
||||
wayland-protocols
|
||||
(wlroots.override { inherit (finalAttrs) enableXWayland; })
|
||||
(wlroots_0_17.override { inherit (finalAttrs) enableXWayland; })
|
||||
] ++ lib.optionals finalAttrs.enableXWayland [ xcbutilwm ];
|
||||
|
||||
mesonFlags =
|
||||
|
Loading…
Reference in New Issue
Block a user