mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
meson: add wl_proto_headers to pgo executable
This fixes a build failure of pgo.o
This commit is contained in:
parent
9a0a642a5e
commit
35e28fc503
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue