aboutsummaryrefslogtreecommitdiff
path: root/swaybar/meson.build
diff options
context:
space:
mode:
authorManuel Stoeckl <code@mstoeckl.com>2023-11-23 08:40:41 -0500
committerSimon Ser <contact@emersion.fr>2023-11-23 20:42:04 +0100
commite633fe0b4081f249e9708f95da972138c86838ca (patch)
tree383c7ca2d555353875787b8825c64ef5eb581b9f /swaybar/meson.build
parent439122e887d8d90991a06cf4877d5dd19bb21692 (diff)
common: move load_image to swaybar
swaynag, swaymsg, and sway do not use this function and are unlikely to in the future.
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 e5f1811e..34bbdeea 100644
--- a/swaybar/meson.build
+++ b/swaybar/meson.build
@@ -26,6 +26,7 @@ executable(
'bar.c',
'config.c',
'i3bar.c',
+ 'image.c',
'input.c',
'ipc.c',
'main.c',