Skip to content

Commit

Permalink
Merge pull request #3 from jbeich/freebsd
Browse files Browse the repository at this point in the history
Unbreak build on FreeBSD
  • Loading branch information
ErikReider authored Dec 24, 2021
2 parents 1bd2650 + 40cfe3f commit 4a68078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ client_protos_headers = wayland_scanner_client.process(xml)
lib_client_protos = static_library(
'client_protos',
[ client_protos_src, client_protos_headers ],
dependencies: [ wayland_client ],
)

client_protos = declare_dependency(
Expand Down

0 comments on commit 4a68078

Please sign in to comment.