treewide: remove libGLSupported from pkgs

This isn’t a package, and we already have mesaPlatforms to handle this logic.
This commit is contained in:
Matthew Bauer
2019-05-28 14:52:34 -04:00
parent 70de27bbb4
commit f0733a07d5
9 changed files with 19 additions and 14 deletions

View File

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