summaryrefslogtreecommitdiffstats
path: root/common/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-10-14 16:34:22 +0200
committerLibravatar GitHub <noreply@github.com>2018-10-14 16:34:22 +0200
commit53d90dd6a82205a20c3e97a8a396048588e1b5ef (patch)
tree10f5596fd0d90711af66281c38780c5a1d4d724f /common/meson.build
parentUpdate README.MD (and README.*.md) (diff)
parentEvent loop: Fix memmove and remove extraneous declaration (diff)
downloadsway-53d90dd6a82205a20c3e97a8a396048588e1b5ef.tar.gz
sway-53d90dd6a82205a20c3e97a8a396048588e1b5ef.tar.zst
sway-53d90dd6a82205a20c3e97a8a396048588e1b5ef.zip
Merge pull request #2826 from RyanDwyer/common-eventloop
Implement common event loop for swaybar and swaylock
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 44a29508..224a9c3f 100644
--- a/common/meson.build
+++ b/common/meson.build
@@ -5,6 +5,7 @@ lib_sway_common = static_library(
5 'cairo.c', 5 'cairo.c',
6 'ipc-client.c', 6 'ipc-client.c',
7 'log.c', 7 'log.c',
8 'loop.c',
8 'list.c', 9 'list.c',
9 'pango.c', 10 'pango.c',
10 'readline.c', 11 'readline.c',