mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05:00
meson: add missing ‘tllist’ dependency to vtlib, pgolib and pgo
This commit is contained in:
parent
4577bb2bb3
commit
bf8c82c79a
1 changed files with 3 additions and 3 deletions
|
|
@ -117,7 +117,7 @@ vtlib = static_library(
|
|||
'osc.c', 'osc.h',
|
||||
'sixel.c', 'sixel.h',
|
||||
'vt.c', 'vt.h',
|
||||
dependencies: [pixman],
|
||||
dependencies: [pixman, tllist],
|
||||
link_with: misc,
|
||||
)
|
||||
|
||||
|
|
@ -125,14 +125,14 @@ pgolib = static_library(
|
|||
'pgolib',
|
||||
'grid.c', 'grid.h',
|
||||
'terminal.c', 'terminal.h',
|
||||
dependencies: [pixman, fcft],
|
||||
dependencies: [pixman, fcft, tllist],
|
||||
link_with: vtlib,
|
||||
)
|
||||
|
||||
executable(
|
||||
'pgo',
|
||||
'pgo.c',
|
||||
dependencies: [pixman, fcft],
|
||||
dependencies: [pixman, fcft, tllist],
|
||||
link_with: pgolib,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue