aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocol/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/meson.build b/protocol/meson.build
index 2d2a73ed..c46ad131 100644
--- a/protocol/meson.build
+++ b/protocol/meson.build
@@ -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(