glamor: Enable modifier support for xfree86 too

This was left disabled in 1.20.0, it's time to start being sure it
works.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Acked-by: Keith Packard <keithp@keithp.com>
Acked-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Adam Jackson 2018-06-06 15:56:26 -04:00
parent 3ebef6ab85
commit 9b89994110

View File

@ -999,8 +999,8 @@ glamor_egl_init(ScrnInfoPtr scrn, int fd)
if (xf86Info.debug != NULL)
glamor_egl->dmabuf_capable = !!strstr(xf86Info.debug,
"dmabuf_capable");
else
glamor_egl->dmabuf_capable = FALSE;
else
glamor_egl->dmabuf_capable = TRUE;
}
#endif