sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
9
dist/fontconfig/fc-scan/meson.build
vendored
Normal file
9
dist/fontconfig/fc-scan/meson.build
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
fcscan = executable('fc-scan', ['fc-scan.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-scan']
|
Loading…
Add table
Add a link
Reference in a new issue