Don't require fontconfig on windows
This commit is contained in:
parent
02a2c12cee
commit
68f5843117
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ deps = []
|
||||||
|
|
||||||
if host_machine.system() == 'darwin'
|
if host_machine.system() == 'darwin'
|
||||||
add_languages('objc')
|
add_languages('objc')
|
||||||
else
|
elif host_machine.system() != 'windows'
|
||||||
deps += dependency('fontconfig', static: b_static)
|
deps += dependency('fontconfig', static: b_static)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue