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

@@ -1,4 +1,5 @@
{ stdenv, config, libGLSupported, fetchurl, pkgconfig
{ stdenv, config, fetchurl, pkgconfig
, libGLSupported ? stdenv.lib.elem stdenv.hostPlatform.system stdenv.lib.platforms.mesaPlatforms
, openglSupport ? libGLSupported, libGL
, alsaSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid, alsaLib
, x11Support ? !stdenv.isCygwin && !stdenv.hostPlatform.isAndroid