Re: [PATCH 2/2] automake: Don't fail the build if we can't setuid.

2012-02-09 Thread Daniel Stone
Hi, On 9 February 2012 16:36, Eric Anholt wrote: > diff --git a/clients/window.c b/clients/window.c > index 3246189..1c6b04e 100644 > --- a/clients/window.c > +++ b/clients/window.c > @@ -2733,7 +2733,7 @@ init_xkb(struct display *d) >  static void >  fini_xkb(struct display *display) >  { > -  

[PATCH 2/2] automake: Don't fail the build if we can't setuid.

2012-02-09 Thread Eric Anholt
The configure default is to setuid root the weston compositor. However, if installing as non-root (say, to your prefix in homedir), the install fails anyway, even if you didn't need setuid to run weston in your configuration. --- clients/window.c |2 +- src/Makefile.am |4 ++-- 2 files ch