aboutsummaryrefslogtreecommitdiffstats
path: root/common/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 /common/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 'common/meson.build')
-rw-r--r--common/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/meson.build b/common/meson.build
index 3756075a..c0ce1f68 100644
--- a/common/meson.build
+++ b/common/meson.build
@@ -1,7 +1,6 @@
1lib_sway_common = static_library( 1lib_sway_common = static_library(
2 'sway-common', 2 'sway-common',
3 files( 3 files(
4 'background-image.c',
5 'cairo.c', 4 'cairo.c',
6 'gesture.c', 5 'gesture.c',
7 'ipc-client.c', 6 'ipc-client.c',
@@ -14,7 +13,6 @@ lib_sway_common = static_library(
14 ), 13 ),
15 dependencies: [ 14 dependencies: [
16 cairo, 15 cairo,
17 gdk_pixbuf,
18 pango, 16 pango,
19 pangocairo, 17 pangocairo,
20 wayland_client.partial_dependency(compile_args: true) 18 wayland_client.partial_dependency(compile_args: true)