<div dir="ltr">Hi,<br><div><br></div><div>After a clean install of Fedora 32 on what was previously my Windows laptop I have built today's MythTV master as documented in <a href="https://www.mythtv.org/wiki/Build_from_Source">https://www.mythtv.org/wiki/Build_from_Source</a><br></div><div><br></div><div>Install ansible and loading dependencies OK.<br>Install mythtv. OK.</div><div>However, the configure fails:<br>klaas@MyZen mythtv]$ ./configure --prefix=/home/klaas/mythtv-master/usr<br></div><div>ERROR: libXxf86vm not found<br></div><div><br></div><div>This is then solved by installing this library:</div><div>klaas@MyZen mythtv]$ sudo dnf install libXxf86vm-devel<br></div><div>after which configure and make are OK.</div><div><br></div><div>The most obvious solution is:</div><div>- add libXxf86vm-devel to the dependencies in Ansible</div><div><br></div><div>However, there could be a relation to the problems in ticket #13483 about X11 in Wayland, and maybe the way forward is to remove the dependencies on X11 libraries.</div><div><br></div><div>Klaas.</div><div><br></div><div><br></div></div>