mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 22:05:24 -05:00
meson: vtlib: add missing ‘fcft’ dependecy
This commit is contained in:
parent
bf8c82c79a
commit
bff07b09b9
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ vtlib = static_library(
|
|||
'osc.c', 'osc.h',
|
||||
'sixel.c', 'sixel.h',
|
||||
'vt.c', 'vt.h',
|
||||
dependencies: [pixman, tllist],
|
||||
dependencies: [pixman, fcft, tllist],
|
||||
link_with: misc,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue