mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -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',
|
||||
'selection.c', 'selection.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,
|
||||
dependencies: [libepoll, pixman, fcft, tllist, wayland_client, xkb, utf8proc],
|
||||
link_with: vtlib,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue