Merge pull request #146923 from ck3d/fix-vaapidevice-vaapi-x11

vdr-vaapidevice: Fix libva-x11
This commit is contained in:
markuskowa
2021-11-21 21:49:30 +01:00
committed by GitHub
+2
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 {