mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04: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',
|
'osc.c', 'osc.h',
|
||||||
'sixel.c', 'sixel.h',
|
'sixel.c', 'sixel.h',
|
||||||
'vt.c', 'vt.h',
|
'vt.c', 'vt.h',
|
||||||
dependencies: [pixman, tllist],
|
dependencies: [pixman, fcft, tllist],
|
||||||
link_with: misc,
|
link_with: misc,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue