Skip to content

Commit

Permalink
Merge pull request #327863 from flokli/fix-wlr-randr-cross
Browse files Browse the repository at this point in the history
wlr-randr: fix cross compilation
  • Loading branch information
Mic92 authored Jul 17, 2024
2 parents d5be031 + d7c6aaa commit 34bd432
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/wayland/wlr-randr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 34bd432

Please sign in to comment.