meson: add wl_proto_headers to pgo executable

This fixes a build failure of pgo.o
This commit is contained in:
Daniel Eklöf 2020-12-20 12:15:40 +01:00
parent 9a0a642a5e
commit 35e28fc503
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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