aboutsummaryrefslogtreecommitdiff
path: root/swaybar/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2023-11-23 08:40:41 -0500
committerFurkan Sahin <furkan-dev@proton.me>2023-11-23 08:40:41 -0500
commite05fe219cdefcf8d883f6153ba6cc3cd57d93b87 (patch)
tree383c7ca2d555353875787b8825c64ef5eb581b9f /swaybar/meson.build
parentce4bc635138526366fd744159de44372c364fcfe (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',