forked from mirrors/nixpkgs
Merge pull request #74879 from lopsided98/gtk3-armv7l
gtk3: fix build on 32-bit ARM
This commit is contained in:
commit
76c867afde
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue