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
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
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
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