cairo: enable GL support on 32-bit ARM and MIPS

Mesa works fine on ARM now and this can result in obscure ARM specific bugs.
This commit is contained in:
Ben Wolsieffer 2019-12-02 19:32:26 -05:00
parent 5a3dcb531e
commit 34207efc93

@ -4,7 +4,7 @@
, gobjectSupport ? true, glib
, xcbSupport ? x11Support, libxcb, xcbutil # no longer experimental since 1.12
, libGLSupported ? stdenv.lib.elem stdenv.hostPlatform.system stdenv.lib.platforms.mesaPlatforms
, glSupport ? config.cairo.gl or (libGLSupported && stdenv.isLinux && !stdenv.isAarch32 && !stdenv.isMips)
, glSupport ? config.cairo.gl or (libGLSupported && stdenv.isLinux)
, libGL ? null # libGLU libGL is no longer a big dependency
, pdfSupport ? true
, darwin