Unverified Commit 716201e4 authored by Galen Huntington's avatar Galen Huntington Committed by GitHub
Browse files

xv: fix build, add xrandr support

parent c86b434e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7,7 +7,9 @@
  libpng,
  libwebp,
  libtiff,
  libjpeg,
  jasper,
  libxrandr,
}:

stdenv.mkDerivation rec {
@@ -28,7 +30,9 @@ stdenv.mkDerivation rec {
    libpng
    libwebp
    libtiff
    libjpeg
    jasper
    libxrandr
  ];

  meta = {