aboutsummaryrefslogtreecommitdiffstats
path: root/common/meson.build
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-01-22 01:02:48 -0500
committerLibravatar GitHub <noreply@github.com>2019-01-22 01:02:48 -0500
commitf493fb526d3aabb4e756409a3a69e304759f4201 (patch)
tree239b2c3d5212a5663eb3c0868543f505b03d3953 /common/meson.build
parentswaybar: fix setting floating watcher slots (diff)
parentRemoved unused wlroots dependency for sway(bg|bar|msg|nag) (diff)
downloadsway-f493fb526d3aabb4e756409a3a69e304759f4201.tar.gz
sway-f493fb526d3aabb4e756409a3a69e304759f4201.tar.zst
sway-f493fb526d3aabb4e756409a3a69e304759f4201.zip
Merge pull request #3485 from mstoeckl/minimize-deps
Remove wlroots dependency for sway(bar|bg|msg|nag)
Diffstat (limited to 'common/meson.build')
-rw-r--r--common/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/meson.build b/common/meson.build
index 3af1f1d5..8561d6cf 100644
--- a/common/meson.build
+++ b/common/meson.build
@@ -15,8 +15,7 @@ lib_sway_common = static_library(
15 cairo, 15 cairo,
16 gdk_pixbuf, 16 gdk_pixbuf,
17 pango, 17 pango,
18 pangocairo, 18 pangocairo
19 wlroots
20 ], 19 ],
21 include_directories: sway_inc 20 include_directories: sway_inc
22) 21)