mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-25 01:40:19 -05:00
Merge branch 'meson-dep-fixes'
This commit is contained in:
commit
d85d9fafcb
1 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,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',
|
||||||
|
wl_proto_src + wl_proto_headers,
|
||||||
version,
|
version,
|
||||||
dependencies: [pixman, fcft, tllist],
|
dependencies: [pixman, fcft, tllist],
|
||||||
link_with: misc,
|
link_with: misc,
|
||||||
|
|
@ -132,6 +133,7 @@ pgolib = static_library(
|
||||||
'grid.c', 'grid.h',
|
'grid.c', 'grid.h',
|
||||||
'selection.c', 'selection.h',
|
'selection.c', 'selection.h',
|
||||||
'terminal.c', 'terminal.h',
|
'terminal.c', 'terminal.h',
|
||||||
|
wl_proto_src + wl_proto_headers,
|
||||||
dependencies: [pixman, fcft, tllist],
|
dependencies: [pixman, fcft, tllist],
|
||||||
link_with: vtlib,
|
link_with: vtlib,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue