[PATCH 2/3] xwayland: Build without xshmfence

2014-04-08 Thread Kristian Høgsberg
Signed-off-by: Kristian Høgsberg k...@bitplanet.net --- 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 @@

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

2014-04-08 Thread Daniel Stone
Hi, On 8 April 2014 17:24, Kristian Høgsberg k...@bitplanet.net 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

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 dan...@fooishbar.org wrote: Hi, On 8 April 2014 17:24, Kristian Høgsberg k...@bitplanet.net wrote: diff --git a/hw/xwayland/xwayland.c b/hw/xwayland/xwayland.c index 5cecefd..844745a 100644 --- a/hw/xwayland/xwayland.c +++

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

2014-04-08 Thread Daniel Stone
Hi, On 8 April 2014 18:21, Kristian Høgsberg k...@bitplanet.net wrote: On Tue, Apr 8, 2014 at 10:13 AM, Daniel Stone dan...@fooishbar.org 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