pcsxr: add missing libXxf86vm dependency

This commit is contained in:
Gabriel Ebner 2021-04-08 23:06:12 +02:00
parent 42981d6ce1
commit 7b0b03a0ad

View File

@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook intltool pkg-config wrapGAppsHook ]; nativeBuildInputs = [ autoreconfHook intltool pkg-config wrapGAppsHook ];
buildInputs = [ buildInputs = [
gtk3 SDL2 xorg.libXv xorg.libXtst libcdio nasm ffmpeg file gtk3 SDL2 xorg.libXv xorg.libXtst libcdio nasm ffmpeg file
xorg.libXxf86vm
]; ];
dynarecTarget = dynarecTarget =