[PATCH 2/3] xwayland: Build without xshmfence

2014-04-08 Thread Kristian Høgsberg
Signed-off-by: Kristian Høgsberg --- hw/xwayland/xwayland.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xwayland/xwayland.c b/hw/xwayland/xwayland.c index 5cecefd..844745a 100644 --- a/hw/xwayland/xwayland.c +++ b/hw/xwayland/xwayland.c @@ -573,8 +573,10 @@ xwl_screen_init(ScreenPtr

Re: [PATCH 2/3] xwayland: Build without xshmfence

2014-04-08 Thread Daniel Stone
Hi, On 8 April 2014 17:24, Kristian Høgsberg wrote: > diff --git a/hw/xwayland/xwayland.c b/hw/xwayland/xwayland.c > index 5cecefd..844745a 100644 > --- a/hw/xwayland/xwayland.c > +++ b/hw/xwayland/xwayland.c > @@ -573,8 +573,10 @@ xwl_screen_init(ScreenPtr pScreen, int argc, char > **argv) > >

Re: [PATCH 2/3] xwayland: Build without xshmfence

2014-04-08 Thread Kristian Høgsberg
On Tue, Apr 8, 2014 at 10:13 AM, Daniel Stone wrote: > Hi, > > On 8 April 2014 17:24, Kristian Høgsberg wrote: >> >> diff --git a/hw/xwayland/xwayland.c b/hw/xwayland/xwayland.c >> index 5cecefd..844745a 100644 >> --- a/hw/xwayland/xwayland.c >> +++ b/hw/xwayland/xwayland.c >> @@ -573,8 +573,10 @

Re: [PATCH 2/3] xwayland: Build without xshmfence

2014-04-08 Thread Daniel Stone
Hi, On 8 April 2014 18:21, Kristian Høgsberg wrote: > On Tue, Apr 8, 2014 at 10:13 AM, Daniel Stone > wrote: > > Doesn't this also need the syncshm.h include guarded? > > No, the header is just the protoype for miSyncShmScreenInit(). > Oh sure, was just that the last time I reviewed xwayland p