Re: [PATCH 1/1] configure: check for libpng

2012-02-07 Thread Eugeni Dodonov
On Tue, Feb 7, 2012 at 13:14, Eugeni Dodonov wrote: > Add an explicit check for libpng to prevent: > > /usr/bin/ld: libtoytoolkit.a(cairo-util.o): undefined reference to symbol > 'png_get_valid@@PNG15_0' > /usr/bin/ld: note: 'png_get_valid@@PNG15_0' is defined

[PATCH 1/1] configure: check for libpng

2012-02-07 Thread Eugeni Dodonov
r/lib/libpng15.so.15: could not read symbols: Invalid operation Or similar errors. Signed-off-by: Eugeni Dodonov --- configure.ac |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 7bc9881..d943cbf 100644 --- a/configure.ac +++ b/co

[PATCH] Add missing include for gio.h.

2011-10-24 Thread Eugeni Dodonov
This is needed by GFile, used by view.c. Signed-off-by: Eugeni Dodonov --- clients/view.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/clients/view.c b/clients/view.c index d1ba3b9..0eec1f9 100644 --- a/clients/view.c +++ b/clients/view.c @@ -31,6 +31,7 @@ #include

Re: [PATCH 0/9] evdev: events processing after EV_SYN and hotplug support

2011-10-24 Thread Eugeni Dodonov
maybe because a lot of code > was based on the X input evdev driver :) > Looks really nice to me, great job! -- Eugeni Dodonov <http://eugeni.dodonov.net/> ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freed