Re: [PATCH xserver] meson: Fix enabling of xshmfence.

2017-06-02 Thread Eric Anholt
Peter Hutterer writes: > On Thu, Jun 01, 2017 at 04:48:07PM -0700, Eric Anholt wrote: >> I misspelled the enable flag, so DRI3 would throw BadImplementation >> when you tried to start any GL app. Same as in >> c7be7a688a78a34f61b90c0d95914e14b90b0cdc, we also convert

Re: [PATCH xserver] meson: Fix enabling of xshmfence.

2017-06-01 Thread Peter Hutterer
On Thu, Jun 01, 2017 at 04:48:07PM -0700, Eric Anholt wrote: > I misspelled the enable flag, so DRI3 would throw BadImplementation > when you tried to start any GL app. Same as in > c7be7a688a78a34f61b90c0d95914e14b90b0cdc, we also convert it to #ifdef > for consistency. > > Signed-off-by: Eric

[PATCH xserver] meson: Fix enabling of xshmfence.

2017-06-01 Thread Eric Anholt
I misspelled the enable flag, so DRI3 would throw BadImplementation when you tried to start any GL app. Same as in c7be7a688a78a34f61b90c0d95914e14b90b0cdc, we also convert it to #ifdef for consistency. Signed-off-by: Eric Anholt --- Xext/sync.c | 4 ++--