[PATCH] configure: add libpng to client libs

Pekka Paalanen ppaalanen at gmail.com
Sun Feb 5 23:16:18 PST 2012


On Sun, 05 Feb 2012 11:44:45 -0500
nerdopolis <bluescreen_avenger at verizon.net> wrote:

> On Wednesday, February 01, 2012 08:48:17 AM nerdopolis wrote:
> > On Wednesday, February 01, 2012 12:13:58 PM Pekka Paalanen wrote:
> > > configure.ac |    2 +-
> > > 
> > >  1 files changed, 1 insertions(+), 1 deletions(-)
> > > 
> > > diff --git a/configure.ac b/configure.ac
> > > index 7bc9881..550bb3c 100644
> > > --- a/configure.ac
> > > +++ b/configure.ac
> > > @@ -117,7 +117,7 @@ AM_CONDITIONAL(BUILD_CLIENTS, test x$enable_clients
> > > == xyes) if test x$enable_clients == xyes; then
> > > 
> > >    AC_DEFINE([BUILD_CLIENTS], [1], [Build the Wayland clients])
> > > 
> > > -  PKG_CHECK_MODULES(CLIENT, [wayland-client wayland-egl egl >= 7.10
> > > cairo> 
> > > >= 1.10.0 gdk-pixbuf-2.0 glib-2.0 gobject-2.0 gio-2.0 xkbcommon])
> > > 
> > > +  PKG_CHECK_MODULES(CLIENT, [wayland-client wayland-egl egl >= 7.10
> > > cairo> 
> > > >= 1.10.0 gdk-pixbuf-2.0 glib-2.0 gobject-2.0 gio-2.0 xkbcommon
> > > >libpng])
> > > >
> > >    PKG_CHECK_MODULES(POPPLER, [poppler-glib],
> > >    
> > >                              [have_poppler=
> > >                              yes],
> > >                              [have_poppler
> > >                              =no])
> > 
> > Yes. I applied the patch and it fixes the build on my box.
> > Thanks.
> 
> It's not in the Git Repo yet though? It works. I still had to apply it 
> manually late yesterday. 

I believe krh has been too busy to apply anything to the git repos for
a week (FOSDEM?). Don't worry, the patch is not lost, I'll make sure of
it.

Thanks,
pq


More information about the wayland-devel mailing list