Re: [Mesa-dev] [PATCH kmscube] Detect gst_bo_map/_unmap and use it (or avoid it)

2017-07-14 Thread Eric Engestrom
On Friday, 2017-07-14 09:45:33 -0500, Daniel Díaz wrote: > Those functions are not available on libMali, thus breaking > builds and creating havoc. > > Removing the specific parts of the code that deal with > gbm_bo_map() and gbm_bo_unmap() renders the kmscube utility > a little less useful, but s

[Mesa-dev] [PATCH kmscube] Detect gst_bo_map/_unmap and use it (or avoid it)

2017-07-14 Thread Daniel Díaz
Those functions are not available on libMali, thus breaking builds and creating havoc. Removing the specific parts of the code that deal with gbm_bo_map() and gbm_bo_unmap() renders the kmscube utility a little less useful, but still valuable. Signed-off-by: Daniel Díaz --- Makefile.am | 5 ++