[PATCH] configure: add libpng to client libs
nerdopolis
bluescreen_avenger at verizon.net
Sun Feb 5 08:44:45 PST 2012
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.
More information about the wayland-devel
mailing list