Hi,
> > if test "$opengl" != "no" ; then
> > - opengl_pkgs="epoxy"
> > + opengl_pkgs="epoxy libdrm gbm"
>
> This disables OpenGL entirely if libdrm or mesa-libgbm is unavailable.
> Is it intentional?
Right now OpenGL has a X11 dependency anyway, so I don't think this is a
big problem, libdr
On 23/02/2016 15:24, Gerd Hoffmann wrote:
> Set CONFIG_OPENGL_DMABUF in case both mesa and libepoxy are
> new enough to have support for dma-buf import/export.
>
> Signed-off-by: Gerd Hoffmann
> Reviewed-by: Marc-André Lureau
> ---
> configure | 20 +++-
> 1 file changed, 19 i
Set CONFIG_OPENGL_DMABUF in case both mesa and libepoxy are
new enough to have support for dma-buf import/export.
Signed-off-by: Gerd Hoffmann
Reviewed-by: Marc-André Lureau
---
configure | 20 +++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/configure b/config