<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - XWayland misrendering when switching from gui applications from maximized to half screen"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107521#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - XWayland misrendering when switching from gui applications from maximized to half screen"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107521">bug 107521</a>
              from <span class="vcard"><a class="email" href="mailto:vadym.shovkoplias@globallogic.com" title="vadym <vadym.shovkoplias@globallogic.com>"> <span class="fn">vadym</span></a>
</span></b>
        <pre>Issue bisected in Xserver:

726839459cb887a60361cb4779f9871c03f372b1 is the first bad commit
commit 726839459cb887a60361cb4779f9871c03f372b1
Author: Adam Jackson <<a href="mailto:ajax@redhat.com">ajax@redhat.com</a>>
Date:   Wed Mar 28 16:11:18 2018 -0400

    autotools: Derive xkb configuration from xkbcomp.pc

    ... if available, falling back to the current heuristics otherwise. This
    _finally_ gets me to being able to run util/modular/release.sh without
    overriding $prefix.

    Signed-off-by: Adam Jackson <<a href="mailto:ajax@redhat.com">ajax@redhat.com</a>>


Problem is that bindir variable is absent in /usr/share/pkgconfig/xkbcomp.pc.
And this case is handled incorrectly in configure file in the following line:

pkg-config --variable bindir xkbcomp || echo ${bindir}

Patch with fix is attached.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>