configure: Add a symlink for wingding.ttf

Nikolay Sivov nsivov at codeweavers.com
Mon Sep 14 16:34:45 CDT 2015


Without this out-of-tree builds can't use this font
-------------- next part --------------
From 82dfb3416b0c32899d1fde84e72336c769394465 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <nsivov at codeweavers.com>
Date: Tue, 15 Sep 2015 00:31:54 +0300
Subject: [PATCH] configure: Add a symlink for wingding.ttf

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ed7030f..135268f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2692,7 +2692,7 @@ test -n "$CROSSTARGET" || WINE_APPEND_RULE(
 [crosstest:
 	@echo \"crosstest is not supported (mingw not installed?)\" && false])
 
-WINE_CONFIG_SYMLINK(fonts,fonts,[marlett.ttf,symbol.ttf,tahoma.ttf,tahomabd.ttf],enable_fonts)
+WINE_CONFIG_SYMLINK(fonts,fonts,[marlett.ttf,symbol.ttf,tahoma.ttf,tahomabd.ttf,wingding.ttf],enable_fonts)
 WINE_CONFIG_SYMLINK(loader,loader,[l_intl.nls])
 WINE_CONFIG_SYMLINK(po,po,[LINGUAS])
 WINE_CONFIG_SYMLINK(,tools,[wine],,winewrapper)
-- 
2.1.4



More information about the wine-patches mailing list