mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Merge pull request #1257 from sghctoma/fix-protocol_meson
Fix partial dependency in protocol/meson.build
This commit is contained in:
commit
f5658c2ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ endforeach
|
||||||
lib_wl_protos = static_library(
|
lib_wl_protos = static_library(
|
||||||
'wl_protos',
|
'wl_protos',
|
||||||
wl_protos_src + wl_protos_headers,
|
wl_protos_src + wl_protos_headers,
|
||||||
dependencies: wayland_client.partial_dependency(includes: true),
|
dependencies: wayland_client.partial_dependency(compile_args: true),
|
||||||
)
|
)
|
||||||
|
|
||||||
wlr_protos = declare_dependency(
|
wlr_protos = declare_dependency(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue