pango --with-included-modules=yes does not provide explicit pangoft header
authorRobin Gareus <robin@gareus.org>
Tue, 30 Sep 2014 16:56:01 +0000 (18:56 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 30 Sep 2014 17:08:17 +0000 (19:08 +0200)
gtk2_ardour/utils.cc

index 8011f6abfd8766a67649fef3de32afdcb9bf07eb..cc0faeb431ab47efb64255c9f7edd2216fa82198 100644 (file)
@@ -21,7 +21,9 @@
 #include "gtk2ardour-config.h"
 #endif
 
+#ifndef PLATFORM_WINDOWS
 #include <pango/pangoft2.h> // for fontmap resolution control for GnomeCanvas
+#endif
 #include <pango/pangocairo.h> // for fontmap resolution control for GnomeCanvas
 
 #include <cstdlib>