Merge pull request #1257 from sghctoma/fix-protocol_meson

Fix partial dependency in protocol/meson.build
This commit is contained in:
emersion 2018-09-22 10:12:24 +02:00 committed by GitHub
commit f5658c2ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ endforeach
lib_wl_protos = static_library(
'wl_protos',
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(