Re: [Wayland] wayland compilation fails

2013-08-07 Thread Nathan Reboud
> Message du 07/08/13 16:57 > De : "Armin K." > A : wayland-devel@lists.freedesktop.org > Copie à : > Objet : Re: [Wayland] wayland compilation fails > > On 08/07/2013 04:47 PM, Nathan Reboud wrote: > > Hi, > > > > Since the last commit

[Wayland] wayland compilation fails

2013-08-07 Thread Nathan Reboud
rsive] Error 1 make[1]: Leaving directory `/root/source/wayland' make: *** [all] Error 2 If I checkout 1.2, everything works perfectly ;) Should I report a new bug to bugzilla ? Nathan Reboud Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ? Je crée ma

[PATCH 1/1] clients/.gitignore: add weston prefix to clients and sort in alphabetical order

2013-07-30 Thread Nathan Reboud
--- clients/.gitignore | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/clients/.gitignore b/clients/.gitignore index 94082f8..86655a1 100755 --- a/clients/.gitignore +++ b/clients/.gitignore @@ -1,43 +1,43 @@ -calibrator -clickdot -c

Re:[PATCH weston v2 1/2] autotools: Rename demo clients

2013-07-30 Thread Nathan Reboud
n_simple_touch_CPPFLAGS = $(SIMPLE_CLIENT_CFLAGS) > +weston_simple_touch_LDADD = $(SIMPLE_CLIENT_LIBS) > endif > > if BUILD_SIMPLE_EGL_CLIENTS > -simple_egl_clients_programs = \ > +weston_simple_egl_clients_programs = \ > simple-egl I'm not sure but did you forget th