Don't require fontconfig on windows

This commit is contained in:
Ryan Lucia 2019-01-28 16:44:07 -05:00 committed by odrling
parent eb22e16ecb
commit f3fa1adf46
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ deps = []
if host_machine.system() == 'darwin'
add_languages('objc')
else
elif host_machine.system() != 'windows'
deps += dependency('fontconfig', static: b_static)
endif