mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04: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(
|
executable(
|
||||||
'pgo',
|
'pgo',
|
||||||
'pgo/pgo.c',
|
'pgo/pgo.c',
|
||||||
wl_proto_src,
|
wl_proto_src + wl_proto_headers,
|
||||||
dependencies: [math, threads, pixman, wayland_client, fcft, tllist],
|
dependencies: [math, threads, pixman, wayland_client, fcft, tllist],
|
||||||
link_with: pgolib,
|
link_with: pgolib,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue