From 6505d7560723446e5382e9490b7c9c7a7743a6ee Mon Sep 17 00:00:00 2001 From: wreald Date: Wed, 18 Sep 2024 20:09:19 +1000 Subject: [PATCH] Fix pgolib build. --- meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meson.build b/meson.build index a9e47b3b..ae3f0ac3 100644 --- a/meson.build +++ b/meson.build @@ -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,