[PATCH] configure: add libpng to client libs
nerdopolis
bluescreen_avenger at verizon.net
Wed Feb 1 05:48:17 PST 2012
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])
> --
> 1.7.3.4
Yes. I applied the patch and it fixes the build on my box.
Thanks.
More information about the wayland-devel
mailing list