aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar/meson.build
diff options
context:
space:
mode:
authorLibravatar Manuel Stoeckl <code@mstoeckl.com>2023-11-23 08:40:41 -0500
committerLibravatar Simon Ser <contact@emersion.fr>2023-11-23 20:42:04 +0100
commite633fe0b4081f249e9708f95da972138c86838ca (patch)
tree383c7ca2d555353875787b8825c64ef5eb581b9f /swaybar/meson.build
parentcommon: rename load_background_image to load_image (diff)
downloadsway-e633fe0b4081f249e9708f95da972138c86838ca.tar.gz
sway-e633fe0b4081f249e9708f95da972138c86838ca.tar.zst
sway-e633fe0b4081f249e9708f95da972138c86838ca.zip
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(
26 'bar.c', 26 'bar.c',
27 'config.c', 27 'config.c',
28 'i3bar.c', 28 'i3bar.c',
29 'image.c',
29 'input.c', 30 'input.c',
30 'ipc.c', 31 'ipc.c',
31 'main.c', 32 'main.c',