mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04:00
meson: add utf8proc dep to all libraries pulling in terminal.h
This commit is contained in:
parent
3bad062f8a
commit
ad981930c3
1 changed files with 3 additions and 3 deletions
|
|
@ -165,7 +165,7 @@ pgolib = static_library(
|
||||||
'selection.c', 'selection.h',
|
'selection.c', 'selection.h',
|
||||||
'terminal.c', 'terminal.h',
|
'terminal.c', 'terminal.h',
|
||||||
wl_proto_src + wl_proto_headers,
|
wl_proto_src + wl_proto_headers,
|
||||||
dependencies: [libepoll, pixman, fcft, tllist, wayland_client, xkb],
|
dependencies: [libepoll, pixman, fcft, tllist, wayland_client, xkb, utf8proc],
|
||||||
link_with: vtlib,
|
link_with: vtlib,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -174,7 +174,7 @@ if get_option('b_pgo') == 'generate'
|
||||||
'pgo',
|
'pgo',
|
||||||
'pgo/pgo.c',
|
'pgo/pgo.c',
|
||||||
wl_proto_src + wl_proto_headers,
|
wl_proto_src + wl_proto_headers,
|
||||||
dependencies: [math, threads, libepoll, pixman, wayland_client, xkb, fcft, tllist],
|
dependencies: [math, threads, libepoll, pixman, wayland_client, xkb, utf8proc, fcft, tllist],
|
||||||
link_with: pgolib,
|
link_with: pgolib,
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
@ -205,7 +205,7 @@ executable(
|
||||||
'user-notification.c', 'user-notification.h',
|
'user-notification.c', 'user-notification.h',
|
||||||
'wayland.c', 'wayland.h',
|
'wayland.c', 'wayland.h',
|
||||||
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,
|
dependencies: [math, threads, libepoll, pixman, wayland_client, wayland_cursor, xkb, fontconfig, utf8proc,
|
||||||
tllist, fcft],
|
tllist, fcft],
|
||||||
link_with: pgolib,
|
link_with: pgolib,
|
||||||
install: true)
|
install: true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue