[PATCH] configure: Up the libwayland version requirement

Pekka Paalanen ppaalanen at gmail.com
Thu Oct 15 01:34:50 PDT 2015


On Wed, 14 Oct 2015 20:22:18 -0500
Derek Foreman <derekf at osg.samsung.com> wrote:

> On 14/10/15 05:40 PM, Bryce Harrington wrote:
> > weston commit f7bb9352 requires recent libwayland changes for providing
> > ‘WL_POINTER_RELEASE_SINCE_VERSION’.  Increase the version requirement to
> > indicate that current weston git requires development version of
> > wayland.
> > 
> > NOTE: At release we should probably increase the wayland requirement for
> > weston to 1.10.0.
> > 
> > Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
> 
> Turns a compile time barf into a configure time one, at least for anyone
> trying to build a git weston with a stable wayland right now...
> 
> Reviewed-by: Derek Foreman <derekf at osg.samsung.com>
> 
> > ---
> >  configure.ac | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/configure.ac b/configure.ac
> > index 67e80d0..e5afbc0 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -59,7 +59,7 @@ AC_CHECK_HEADERS([execinfo.h])
> >  
> >  AC_CHECK_FUNCS([mkostemp strchrnul initgroups posix_fallocate])
> >  
> > -COMPOSITOR_MODULES="wayland-server >= 1.9.0 pixman-1 >= 0.25.2"
> > +COMPOSITOR_MODULES="wayland-server >= 1.9.90 pixman-1 >= 0.25.2"
> >  
> >  AC_CONFIG_FILES([doc/doxygen/tools.doxygen doc/doxygen/tooldev.doxygen])
> >  
> > @@ -317,7 +317,7 @@ AC_SUBST(JPEG_LIBS)
> >  
> >  PKG_CHECK_MODULES(CAIRO, [cairo])
> >  
> > -PKG_CHECK_MODULES(TEST_CLIENT, [wayland-client >= 1.9.0])
> > +PKG_CHECK_MODULES(TEST_CLIENT, [wayland-client >= 1.9.90])
> >  
> >  AC_ARG_ENABLE(simple-clients,
> >                AS_HELP_STRING([--disable-simple-clients],

I see configure.ac has two wayland-server and nine wayland-client
pkg-config references. The two you bump are the ones that are
unconditionally required, AFAICT.

Reviewed-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>


Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 811 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20151015/f5e3ba44/attachment.sig>


More information about the wayland-devel mailing list