Skip to content
Snippets Groups Projects
Commit 9a09bb17 authored by Xavier Claessens's avatar Xavier Claessens Committed by Akira TAGOH
Browse files

meson: Add missing dep on generated header

parent 710cae60
No related branches found
No related tags found
No related merge requests found
Pipeline #1227948 passed
......@@ -52,7 +52,7 @@ if host_machine.system() == 'windows' and get_option('default_library') in ['bot
endif
libfontconfig = library('fontconfig',
fc_sources, alias_headers, ft_alias_headers, fclang_h, fccase_h, fcobjshash_h,
fc_sources, alias_headers, ft_alias_headers, fclang_h, fccase_h, fcobjshash_h, fcstdint_h,
c_shared_args: fc_c_shared_args,
include_directories: incbase,
dependencies: [deps, math_dep],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment