From a5fe9aa73633594b443e2a1a990cdf23addbb28b Mon Sep 17 00:00:00 2001 From: Greg V Date: Tue, 10 Oct 2017 01:23:43 +0300 Subject: Add FreeBSD compatibility --- protocol/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocol') diff --git a/protocol/meson.build b/protocol/meson.build index 79871fea..2cbb5b6d 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -46,7 +46,8 @@ foreach p : client_protocols wl_protos_headers += wayland_scanner_client.process(xml) endforeach -lib_wl_protos = static_library('wl_protos', wl_protos_src + wl_protos_headers) +lib_wl_protos = static_library('wl_protos', wl_protos_src + wl_protos_headers, + dependencies: [wayland_client]) # for the include directory wlr_protos = declare_dependency( link_with: lib_wl_protos, -- cgit v1.2.3