<div dir="ltr"><div dir="ltr">On Mon, Jul 27, 2020 at 9:54 AM Stuart Auchterlonie <<a href="mailto:stuarta@squashedfrog.net">stuarta@squashedfrog.net</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 25/07/2020 22:40, Klaas de Waal wrote:<br>
> Hi,<br>
> <br>
> After a clean install of Fedora 32 on what was previously my Windows<br>
> laptop I have built today's MythTV master as documented<br>
> in <a href="https://www.mythtv.org/wiki/Build_from_Source" rel="noreferrer" target="_blank">https://www.mythtv.org/wiki/Build_from_Source</a><br>
> <br>
> Install ansible and loading dependencies OK.<br>
> Install mythtv. OK.<br>
> However, the configure fails:<br>
> klaas@MyZen mythtv]$ ./configure --prefix=/home/klaas/mythtv-master/usr<br>
> ERROR: libXxf86vm not found<br>
> <br>
> This is then solved by installing this library:<br>
> klaas@MyZen mythtv]$ sudo dnf install libXxf86vm-devel<br>
> after which configure and make are OK.<br>
> <br>
> The most obvious solution is:<br>
> - add libXxf86vm-devel to the dependencies in Ansible<br>
> <br>
> However, there could be a relation to the problems in ticket #13483<br>
> about X11 in Wayland, and maybe the way forward is to remove the<br>
> dependencies on X11 libraries.<br>
> <br>
<br>
I didn't think we actually required this library anymore???<br>
My preference would be to move towards not requiring it if possible.<br></blockquote><div><br></div><div>Indeed, I don't pull it in anymore for the RPM Fusion packages. </div><div><br></div><div>Klass, you can use my spec file as a reference for the various build requirements and such:</div><div><br></div><div><a href="https://pkgs.rpmfusion.org/cgit/free/mythtv.git/tree/mythtv.spec">https://pkgs.rpmfusion.org/cgit/free/mythtv.git/tree/mythtv.spec</a></div><div><br></div><div>Thanks,</div><div>Richard </div></div></div>