diff gub/specs/cairo.py @ 6512:ccc20ae889ca default tip guix

mingw::guile-2.0.7 builds.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 24 Mar 2016 08:03:39 +0100
parents d22e6d524356
children
line wrap: on
line diff
--- a/gub/specs/cairo.py	Mon Mar 14 23:03:50 2016 +0100
+++ b/gub/specs/cairo.py	Thu Mar 24 08:03:39 2016 +0100
@@ -38,7 +38,8 @@
                 + ' LDFLAGS=-lpthread'
                 )
     dependencies = (Cairo_without_X11.dependencies
-                    + ['pthreads-w32-devel'])
+                    #+ ['pthreads-w32-devel']
+    )
 
 class Cairo__darwin (Cairo_without_X11):
     pass