summaryrefslogtreecommitdiff
path: root/build/win32/vs9/pango-build-defines.vsprops
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 /build/win32/vs9/pango-build-defines.vsprops
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 'build/win32/vs9/pango-build-defines.vsprops')
-rw-r--r--build/win32/vs9/pango-build-defines.vsprops4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/win32/vs9/pango-build-defines.vsprops b/build/win32/vs9/pango-build-defines.vsprops
index 46325ee0..8ecd4336 100644
--- a/build/win32/vs9/pango-build-defines.vsprops
+++ b/build/win32/vs9/pango-build-defines.vsprops
@@ -32,8 +32,8 @@
Value="G_LOG_DOMAIN=\&quot;Pango\&quot;;PANGO_ENABLE_BACKEND;PANGO_ENABLE_ENGINE;SYSCONFDIR=\&quot;$(PangoDummyPrefix)/etc\&quot;;LIBDIR=\&quot;$(PangoDummyPrefix)/lib\&quot;"
/>
<UserMacro
- Name="NoFCDef"
- Value="PANGO_VISUALC_NO_FC"
+ Name="CairoFTDefines"
+ Value="HAVE_CAIRO_FREETYPE=1"
/>
<UserMacro
Name="PangoFT2Incs"