mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04: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',
|
'osc.c', 'osc.h',
|
||||||
'sixel.c', 'sixel.h',
|
'sixel.c', 'sixel.h',
|
||||||
'vt.c', 'vt.h',
|
'vt.c', 'vt.h',
|
||||||
dependencies: [pixman],
|
dependencies: [pixman, tllist],
|
||||||
link_with: misc,
|
link_with: misc,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -125,14 +125,14 @@ pgolib = static_library(
|
||||||
'pgolib',
|
'pgolib',
|
||||||
'grid.c', 'grid.h',
|
'grid.c', 'grid.h',
|
||||||
'terminal.c', 'terminal.h',
|
'terminal.c', 'terminal.h',
|
||||||
dependencies: [pixman, fcft],
|
dependencies: [pixman, fcft, tllist],
|
||||||
link_with: vtlib,
|
link_with: vtlib,
|
||||||
)
|
)
|
||||||
|
|
||||||
executable(
|
executable(
|
||||||
'pgo',
|
'pgo',
|
||||||
'pgo.c',
|
'pgo.c',
|
||||||
dependencies: [pixman, fcft],
|
dependencies: [pixman, fcft, tllist],
|
||||||
link_with: pgolib,
|
link_with: pgolib,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue