Re: [PATCH][V3][xserver] configure.ac: add option for xshmfence

2014-08-15 Thread Matt Turner
On Fri, Aug 15, 2014 at 8:16 AM, Keith Packard wrote: > Ross Burton writes: > >> xshmfence is usable outside of DRI3, and is currently autodetected which >> isn't >> good for distributions where deterministic builds are desired. >> >> Signed-off-by: Ross Burton > > Seems like this should work;

Re: [PATCH][V3][xserver] configure.ac: add option for xshmfence

2014-08-15 Thread Keith Packard
Ross Burton writes: > xshmfence is usable outside of DRI3, and is currently autodetected which isn't > good for distributions where deterministic builds are desired. > > Signed-off-by: Ross Burton Seems like this should work; Reviewed-by: Keith Packard -- keith.pack...@intel.com pgp1J07cS

[PATCH][V3][xserver] configure.ac: add option for xshmfence

2014-07-08 Thread Ross Burton
xshmfence is usable outside of DRI3, and is currently autodetected which isn't good for distributions where deterministic builds are desired. Signed-off-by: Ross Burton --- configure.ac | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/configure.ac b/c