Fix pgolib build.

This commit is contained in:
wreald 2024-09-18 20:09:19 +10:00
parent b1a5de4789
commit 6505d75607

View file

@ -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,