summaryrefslogtreecommitdiff
path: root/config.h.win32.in
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-06-22 10:35:33 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-06-22 10:35:33 +0800
commitd6fff9c1424fc21e6504a93a1004a95d717a3703 (patch)
treef4fa25a785520e3aba4145d5f84eeea329a29bd5 /config.h.win32.in
parent51e51fd15c4b8d52b96447658ed7d3636c91add3 (diff)
downloadpango-d6fff9c1424fc21e6504a93a1004a95d717a3703.tar.gz
Visual Studio builds: Clean up PangoCairo build files
Define HAVE_CAIRO_FREETYPE in the property sheets instead of disabling it via conditional compilation, which makes things a bit neater.
Diffstat (limited to 'config.h.win32.in')
-rw-r--r--config.h.win32.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index 39259199..15dadbab 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -6,9 +6,7 @@
#define HAVE_CAIRO 1
/* Whether Cairo can use FreeType for fonts */
-#ifndef PANGO_VISUALC_NO_FC
-#define HAVE_CAIRO_FREETYPE 1
-#endif
+/* HAVE_CAIRO_FREETYPE */
/* Whether Cairo has PDF support */
#define HAVE_CAIRO_PDF 1