mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
10 lines
268 B
Meson
Vendored
10 lines
268 B
Meson
Vendored
fcquery = executable('fc-query', ['fc-query.c', fcstdint_h, alias_headers, ft_alias_headers],
|
|
include_directories: [incbase, incsrc],
|
|
link_with: [libfontconfig],
|
|
dependencies: [freetype_dep],
|
|
c_args: c_args,
|
|
install: true,
|
|
)
|
|
|
|
tools_man_pages += ['fc-query']
|