From d6fff9c1424fc21e6504a93a1004a95d717a3703 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 22 Jun 2016 10:35:33 +0800 Subject: 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. --- config.h.win32.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config.h.win32.in') 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 -- cgit v1.2.1