mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-16 08:21:20 -04:00
Fix pgolib build.
This commit is contained in:
parent
b1a5de4789
commit
6505d75607
1 changed files with 3 additions and 0 deletions
|
|
@ -265,6 +265,9 @@ 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',
|
||||||
|
'config.c', 'config.h',
|
||||||
|
'user-notification.c', 'user-notification.h',
|
||||||
|
'tokenize.c', 'tokenize.h',
|
||||||
wl_proto_src + wl_proto_headers,
|
wl_proto_src + wl_proto_headers,
|
||||||
dependencies: [libepoll, pixman, fcft, tllist, wayland_client, xkb, utf8proc],
|
dependencies: [libepoll, pixman, fcft, tllist, wayland_client, xkb, utf8proc],
|
||||||
link_with: vtlib,
|
link_with: vtlib,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue