From f9413adde7ada3b5132435604a7db37971d4cf45 Mon Sep 17 00:00:00 2001
From: Dominique Martinet <asmadeus@codewreck.org>
Date: Tue, 19 Dec 2017 08:06:23 +0100
Subject: build: add wlroots dependency to common

It is required for include path if wlroots is not built in standard path,
but found through pkg-config
---
 common/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/meson.build b/common/meson.build
index 3a4282ad..abe0cdcf 100644
--- a/common/meson.build
+++ b/common/meson.build
@@ -7,5 +7,6 @@ lib_sway_common = static_library('sway-common',
 		'readline.c',
 		'ipc-client.c'
 	),
+	dependencies: [ wlroots ],
 	include_directories: sway_inc
 )
-- 
cgit v1.2.3