<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><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#c2">Comment # 2</a>
              on <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">bug 97624</a>
              from <span class="vcard"><a class="email" href="mailto:vincent.abriou@st.com" title="Vincent Abriou <vincent.abriou@st.com>"> <span class="fn">Vincent Abriou</span></a>
</span></b>
        <pre>(In reply to Pekka Paalanen from <a href="show_bug.cgi?id=97624#c1">comment #1</a>)
<span class="quote">> Hi,

> I don't think downgrading a library is generally supported on any software
> across minor version number changes.

> Just to get this straight: you built your library against 1.11.0 and
> attempted to run it against 1.9.0, yes?</span >

Yes.

<span class="quote">> 
> If you build against a new library version which has bumped the minor
> version number, you cannot usually assume that you can still run it against
> a library version with a smaller minor number.

> The other direction we do try hard to keep things working: build against
> older library and run against a newer library. Only major version bumps can
> break that, and we do not intend to bump major on any libwayland.

> We also try to ensure that having a library built against one libwayland
> version and another library or the executable itself built against a
> different libwayland version also work when loaded into the same process,
> but we do not have the facilities to actually test that.

> So, yes, if you build your software against a libwayland version, then it
> will generally require at least that libwayland version.

> It is also assumed that you use wayland-scanner of the same version as you
> will build your software with.

> If you are checking in files generated with wayland-scanner into your VCS,
> please stop doing that and instead run wayland-scanner as part of the build.
> That way it is much easier to keep your software both up-to-date and
> compatible with several libwayland versions. The scanner can and will use
> new features added in the release it was part of, so simply re-running the
> scanner can bump your dependency to libwayland.
> </span >

waykand-scanner is used in my building environment to generate client and
server protocol header file that will be use by my libGLES library.

<span class="quote">> 
> If you cannot bump your library dependencies, you have to continue building
> against libwayland 1.9.0.</span >

The fact is that wayland-scanner has been updated between 1.9.0 and 1.11.0 and
I understand that it force me to align my libGLES according to libwayland I am
using.

Thanks for your reply.

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>