Commit 214c0a80 authored by tea's avatar tea Committed by github-actions[bot]
Browse files

wlr-randr: build man pages

(cherry picked from commit f816f79b)
parent d8c4c665
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  meson,
  ninja,
  pkg-config,
  scdoc,
  wayland,
  wayland-scanner,
}:
@@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
    meson
    ninja
    pkg-config
    scdoc
    wayland-scanner
  ];
  buildInputs = [ wayland ];
@@ -33,6 +35,11 @@ stdenv.mkDerivation rec {
    pkg-config
  ];

  outputs = [
    "out"
    "man"
  ];

  meta = with lib; {
    description = "Xrandr clone for wlroots compositors";
    homepage = "https://gitlab.freedesktop.org/emersion/wlr-randr";