vdr-vaapidevice: Fix libva-x11

This commit is contained in:
Christian Kögler 2021-11-21 21:13:49 +01:00
parent 4f871e232b
commit fdd35e7715

View File

@ -62,6 +62,8 @@ in {
postPatch = ''
substituteInPlace vaapidev.c --replace /usr/bin/X ${xorgserver}/bin/X
# https://github.com/rofafor/vdr-plugin-vaapidevice/issues/5
substituteInPlace Makefile --replace libva libva-x11
'';
src = fetchFromGitHub {