Re: [Piglit] [PATCH 2/4] cmake, dma_buf: Require xcb-dri2 for dma_buf tests

2013-09-12 Thread Chad Versace
On 09/11/2013 05:35 AM, Pohjolainen, Topi wrote: On Tue, Sep 10, 2013 at 11:07:52AM -0700, Chad Versace wrote: xcb-dri2 is an optional build dependency for the dma_buf tests. If xcb-dri2 is present, then the tests use it to gain DRM authentication. Otherwise, the tests must be ran as root. No

Re: [Piglit] [PATCH 2/4] cmake, dma_buf: Require xcb-dri2 for dma_buf tests

2013-09-11 Thread Pohjolainen, Topi
On Tue, Sep 10, 2013 at 11:07:52AM -0700, Chad Versace wrote: xcb-dri2 is an optional build dependency for the dma_buf tests. If xcb-dri2 is present, then the tests use it to gain DRM authentication. Otherwise, the tests must be ran as root. No one likes running tests as root, so require

[Piglit] [PATCH 2/4] cmake, dma_buf: Require xcb-dri2 for dma_buf tests

2013-09-10 Thread Chad Versace
xcb-dri2 is an optional build dependency for the dma_buf tests. If xcb-dri2 is present, then the tests use it to gain DRM authentication. Otherwise, the tests must be ran as root. No one likes running tests as root, so require xcb-dri2 for these tests. Signed-off-by: Chad Versace