xv: fix build, add xrandr support

This commit is contained in:
Galen Huntington
2025-10-16 15:58:23 -07:00
committed by GitHub
parent c86b434e0f
commit 716201e481
+4
View File
@@ -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 = {