Commit be5c07bf authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

Revert "contribs: disable harfbuzz for WinRT"

This reverts commit 2f33ac5b.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c3e7a13a
...@@ -24,7 +24,7 @@ WITH_HARFBUZZ = 1 ...@@ -24,7 +24,7 @@ WITH_HARFBUZZ = 1
else else
ifdef HAVE_WINRT ifdef HAVE_WINRT
WITH_FONTCONFIG = 0 WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 0 WITH_HARFBUZZ = 1
else else
WITH_FONTCONFIG = 1 WITH_FONTCONFIG = 1
WITH_HARFBUZZ = 1 WITH_HARFBUZZ = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment