diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-12-19 08:06:23 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-12-19 08:06:23 +0100 |
| commit | 804713e39e7b6d68490e6becb924b6cea3f5368b (patch) | |
| tree | 748f477ad514da1879d73b1f7b8e9e900dfcef2c /common/meson.build | |
| parent | 5a9ab783c09ca962735283e16fd9d1cf00741e84 (diff) | |
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
Diffstat (limited to 'common/meson.build')
| -rw-r--r-- | common/meson.build | 1 |
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 ) |
