[vlc-devel] [vlc-commits] configure: look for wayland-protocols

Konstantin Pavlov thresh at videolan.org
Mon Jan 30 10:29:49 CET 2017


> > On Sun, Jan 29, 2017, at 14:36, Rémi Denis-Courmont wrote:
> > > vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan 29
> > > 15:09:18 2017 +0200| [d51ce71eefc19d72d736a24dfd1e2f0c7fe24f81] |
> > > committer: Rémi Denis-Courmont
> > > 
> > > configure: look for wayland-protocols
> > > 
> > > > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d51ce71eefc19d72d736a24dfd1e2f0c7fe24f81
> > >  AS_IF([test "${enable_wayland}" != "no"], [
> > >    PKG_CHECK_MODULES([WAYLAND_CLIENT], [wayland-client >= 1.5.91], [
> > > +    AC_MSG_CHECKING([for the Wayland protocols])
> > > +    PKG_CHECK_EXISTS([wayland-protocols >= 1.4], [
> > > +      WAYLAND_PROTOCOLS="$(${PKG_CONFIG} wayland-protocols --variable
> > > pkgdatadir)"
> > > +      AC_MSG_RESULT([${WAYLAND_PROTOCOLS}])
> > > +    ], [
> > > +      AC_MSG_RESULT([not found])
> > > +      AC_MSG_ERROR([$(${PKG_CONFIG} --print-errors 'wayland-protocols >=
> > > 1.4')])
> > > +    ])
> > > +
> > 
> > configure error:
> > "No package 'wayland-protocols' found"
> > 
> > I guess I have a wayland-client package.
> > 
> Hi,
> 
> This seems to make the snappy buildbot unhappy
> https://jenkins.videolan.org/job/vlc-nightly/job/vlc-nightly-snap/lastFailedBuild/console

Is there a slight possibility this can be made optional?

Thanks,

-- 
VideoLAN
Konstantin Pavlov
http://www.videolan.org
Mobile: +7 926 165 45 31
Skype: cryothresh
Twitter: @cryothresh


More information about the vlc-devel mailing list