mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-17 22:05:22 -05:00
meson: fix race build order of builtin terminfo
The builtin terminfo is used by dcs.c, which is built as part of the static library ‘vtlib’. Thus, vtlib needs to depend on the builtin_terminfo target.
This commit is contained in:
parent
179ab08161
commit
379e68916e
1 changed files with 2 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ vtlib = static_library(
|
|||
'osc.c', 'osc.h',
|
||||
'sixel.c', 'sixel.h',
|
||||
'vt.c', 'vt.h',
|
||||
wl_proto_src + wl_proto_headers,
|
||||
builtin_terminfo, wl_proto_src + wl_proto_headers,
|
||||
version,
|
||||
dependencies: [libepoll, pixman, fcft, tllist, wayland_client, xkb, utf8proc],
|
||||
link_with: [common, misc],
|
||||
|
|
@ -223,7 +223,7 @@ executable(
|
|||
'url-mode.c', 'url-mode.h',
|
||||
'user-notification.c', 'user-notification.h',
|
||||
'wayland.c', 'wayland.h',
|
||||
builtin_terminfo, wl_proto_src + wl_proto_headers, version,
|
||||
wl_proto_src + wl_proto_headers, version,
|
||||
dependencies: [math, threads, libepoll, pixman, wayland_client, wayland_cursor, xkb, fontconfig, utf8proc,
|
||||
tllist, fcft],
|
||||
link_with: pgolib,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue