From 35e28fc503b6a0ac8d49533c9ee9fcf06a3078c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 20 Dec 2020 12:15:40 +0100 Subject: [PATCH] meson: add wl_proto_headers to pgo executable This fixes a build failure of pgo.o --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 282f7360..a9ce24b7 100644 --- a/meson.build +++ b/meson.build @@ -141,7 +141,7 @@ pgolib = static_library( executable( 'pgo', 'pgo/pgo.c', - wl_proto_src, + wl_proto_src + wl_proto_headers, dependencies: [math, threads, pixman, wayland_client, fcft, tllist], link_with: pgolib, )