summaryrefslogtreecommitdiff
path: root/swaybar/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-03-31 13:07:22 -0400
committerDrew DeVault <[email protected]>2018-04-02 11:09:23 -0400
commitee85c918317ec6a685a999db46f692c7d13cdf2a (patch)
tree34afb98bc7fccb8ea6d215c710579e62a459cb62 /swaybar/meson.build
parent122b96abed9955f78e3f157167d34312f5bb551d (diff)
Demarcate i3bar JSON into individual updates
Diffstat (limited to 'swaybar/meson.build')
-rw-r--r--swaybar/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/meson.build b/swaybar/meson.build
index bf6f6d7a..d65edb11 100644
--- a/swaybar/meson.build
+++ b/swaybar/meson.build
@@ -3,6 +3,7 @@ executable(
'bar.c',
'config.c',
'event_loop.c',
+ 'i3bar.c',
'ipc.c',
'main.c',
'render.c',