Merge pull request #327863 from flokli/fix-wlr-randr-cross

wlr-randr: fix cross compilation
This commit is contained in:
Jörg Thalheim
2024-07-17 21:44:26 +02:00
committed by GitHub
+3
View File
@@ -22,6 +22,9 @@ stdenv.mkDerivation rec {
strictDeps = true;
nativeBuildInputs = [ meson ninja pkg-config wayland-scanner ];
buildInputs = [ wayland ];
depsBuildBuild = [
pkg-config
];
meta = with lib; {
description = "Xrandr clone for wlroots compositors";