Created attachment 924549 [details] Fix xwayland conditionals for Fedora 20 There are conditionals in the spec file to disable building xwayland on Fedora 20. While backporting the 1.16 package, I noticed that these conditionals do not achieve the desired effect and do in fact break the build. The attached patch fixes the conditionals and correctly disables xwayland for Fedora 20.
Thanks, applied in a slightly modified form to rawhide.
Thanks! One small correction though: IIRC, you have to change the BuildRequires conditional because like this xshmfence will not be installed on Fedora 20 but DRI3 will be enabled (which will fail because it requires xshmfence).
(In reply to Michael Kuhn from comment #2) > Thanks! > > One small correction though: IIRC, you have to change the BuildRequires > conditional because like this xshmfence will not be installed on Fedora 20 > but DRI3 will be enabled (which will fail because it requires xshmfence). Oops, should be really fixed now.