aboutsummaryrefslogtreecommitdiff
path: root/common/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'common/meson.build')
-rw-r--r--common/meson.build1
1 files changed, 1 insertions, 0 deletions
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
)