<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - protocol: GLES library are wayland protocol dependent"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97624">97624</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>protocol: GLES library are wayland protocol dependent
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Wayland
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>ARM
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>major
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>wayland
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>wayland-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vincent.abriou@st.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi,

GLES Library such as libMali.so (on which I am working) is Wayland protocol
dependent whereas I was expected it is not.

Indeed I jumped from wayland 1.9.0 to wayland 1.11.0 and my GLES Library build
with Wayland 1.9.0 is not compatible with wayland 1.11.0 protocol.

GLES libraries supporting Wayland are using wl_registry_bind client protocol
interface but in the Wayland 1.11.0 protocol, wl_registry_bind is implemented
with a new wl_proxy_marshal_constructor_versioned function.
And because all wayland-client-protocol are static inline, this change also
impact the GLES libraries compatibility.

How can we deal with it?
Remove inline so that interface implementation are uncorrelated?

BR
Vincent</pre>
        </div>
      </p>


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

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